Difference between revisions of "User:Sardisson/Gecko 1.9.2 Bugs"

From Camino Wiki
Jump to navigation Jump to search
(link to fix for multitouch)
(split into three groups)
Line 1: Line 1:
Running log of bugs reported in [http://forums.mozillazine.org/viewtopic.php?f=12&t=1754775 the forum thread] and known issues:
+
Running log of bugs reported in [http://forums.mozillazine.org/viewtopic.php?f=12&t=1754775 the forum thread] and known issues (bugs in ''italics'' are Camino bugs filed to address a problem):
  
 +
==Missing patches that landed on 1.9.0==
 +
* {{bug|425958}} - Content area flashes grey when opening new blank tabs (1.9.0, 1.9.3)
 +
* {{bug|459744}} - Javascript can consume all keystrokes in content area, including tab and app menu shortcuts (1.9.0; Camino-only work-around; josh won't take patch elsewhere; major)
 +
* {{bug|453222}} - nsCocoaWindow_NSWindow_sendEvent: changes exception behavior in code having nothing to do with core (1.9.0, waiting for others; crashes)
 +
* {{bug|496582}} - nsCocoaWindow_NSWindow_sendEvent should not assume |self| will remain valid (1.9.0, waiting for others; crashes)
 +
* {{bug|379199}} - Key events (delete/backspace, escape, etc.) aren't propagated up the view hierarchy (1.9.0; Camino-only work-around; unclear if it will be accepted elsewhere)
 +
* {{bug|495620}}, {{bug|523051}} - about:license (MAAttachedWindow, Breakpad and Growl updates; Initial Developers)
 +
 +
==Possible focus-related bugs==
 +
* Following a link from an external app doesn't always focus the window/content - e.g can't page down/up, can't tab to links and/or form controls (the focus is 'somewhere' or nowhere). Clicking in the page - but not browser chrome - restores functionality. This happens when the link is opened in the foreground from any app
 +
* Flash on obscuresound.com earlier. (I have Flashblock enabled but whitelisted for that site.) The Flash was unresponsive to clicks when switching to the page from another tab. Clicking on the non-Flash portions of the page would restore focus to the content, after which the Flash became responsive.
 +
* Another loss of focus: Cmd-shift click a link to open it in a new foreground-tab.
 +
* Can't drag-and-drop text within text fields.
 +
* Two-fingered scrolling latches on to one widget, e.g. if scrolling a <textarea>, can't switch to scrolling page when reach end of <textarea>; likewise, if scrolling a page and <textarea> comes into view, <textarea> won't scroll when cursor is over it.
 +
 +
==Other bugs==
 
* No FAYT
 
* No FAYT
* Missing patches
+
* Can't set integer prefs - {{bug|383009}} broke this; '''needs filing'''; hack-around possible
** {{bug|425958}} - Content area flashes grey when opening new blank tabs (1.9.0, 1.9.3)
+
* ''{{bug|546173}}'' - Disabling crashreporter disables about:crashes; we need to make our own About Module for about:crashes  
** {{bug|459744}} - Javascript can consume all keystrokes in content area, including tab and app menu shortcuts (1.9.0; Camino-only work-around; josh won't take patch elsewhere; major)
 
** {{bug|453222}} - nsCocoaWindow_NSWindow_sendEvent: changes exception behavior in code having nothing to do with core (1.9.0, waiting for others; crashes)
 
** {{bug|496582}} - nsCocoaWindow_NSWindow_sendEvent should not assume |self| will remain valid (1.9.0, waiting for others; crashes)
 
** {{bug|379199}} - Key events (delete/backspace, escape, etc.) aren't propagated up the view hierarchy (1.9.0; Camino-only work-around; unclear if it will be accepted elsewhere)
 
* {{bug|383009}} breaks the ability to set integer prefs - '''needs filing'''; hack-around possible
 
* Disabling crashreporter disables about:crashes; we need to make our own About Module for about:crashes - {{bug|546173}}
 
 
* flight.mk needs to switch to toolkit.jar (build bug, but file lives in Core)
 
* flight.mk needs to switch to toolkit.jar (build bug, but file lives in Core)
* {{bug|509130}} (IdleTimerVector/PoolCleaner) appears not to be fixed for embedding
+
* IdleTimerVector/PoolCleaner ({{bug|509130}}) appears not to be fixed for embedding; {{bug|533001}} seems to fix this
 
* Something (probably Gecko) helpfully assumes that every failed connection means you should be in Offline Mode, and the instructions for turning off Offline Mode don't apply to Camino.
 
* Something (probably Gecko) helpfully assumes that every failed connection means you should be in Offline Mode, and the instructions for turning off Offline Mode don't apply to Camino.
* Possible focus-related bugs
+
* ''{{bug|546853}}'' - Setting the Download Folder in Preferences doesn't stick ({{bug|454242}} probably broke this)
** Following a link from an external app doesn't always focus the window/content - e.g can't page down/up, can't tab to links and/or form controls (the focus is 'somewhere' or nowhere). Clicking in the page - but not browser chrome - restores functionality. This happens when the link is opened in the foreground from any app
 
** Flash on obscuresound.com earlier. (I have Flashblock enabled but whitelisted for that site.) The Flash was unresponsive to clicks when switching to the page from another tab. Clicking on the non-Flash portions of the page would restore focus to the content, after which the Flash became responsive.
 
** Another loss of focus: Cmd-shift click a link to open it in a new foreground-tab.
 
** Can't drag-and-drop text within text fields.
 
* Setting the Download Folder in Preferences doesn't stick ({{bug|454242}} probably broke this)
 
 
* I notice three-finger swiping to navigate between current and previous pages is busted on my MBP - [https://bugzilla.mozilla.org/show_bug.cgi?id=412486#c46 bug 412486 comment 46] for changes needed
 
* I notice three-finger swiping to navigate between current and previous pages is busted on my MBP - [https://bugzilla.mozilla.org/show_bug.cgi?id=412486#c46 bug 412486 comment 46] for changes needed
 +
* "source" AppleScript command inserts spurious linebreaks (send data to TextEdit; ScriptEditor also inserts breaks all over, otherwise)
 +
* Some regressions related to the autocomplete window automatically appearing

Revision as of 20:44, 17 February 2010

Running log of bugs reported in the forum thread and known issues (bugs in italics are Camino bugs filed to address a problem):

Missing patches that landed on 1.9.0

  • Bug 425958 - Content area flashes grey when opening new blank tabs (1.9.0, 1.9.3)
  • Bug 459744 - Javascript can consume all keystrokes in content area, including tab and app menu shortcuts (1.9.0; Camino-only work-around; josh won't take patch elsewhere; major)
  • Bug 453222 - nsCocoaWindow_NSWindow_sendEvent: changes exception behavior in code having nothing to do with core (1.9.0, waiting for others; crashes)
  • Bug 496582 - nsCocoaWindow_NSWindow_sendEvent should not assume |self| will remain valid (1.9.0, waiting for others; crashes)
  • Bug 379199 - Key events (delete/backspace, escape, etc.) aren't propagated up the view hierarchy (1.9.0; Camino-only work-around; unclear if it will be accepted elsewhere)
  • Bug 495620, Bug 523051 - about:license (MAAttachedWindow, Breakpad and Growl updates; Initial Developers)

Possible focus-related bugs

  • Following a link from an external app doesn't always focus the window/content - e.g can't page down/up, can't tab to links and/or form controls (the focus is 'somewhere' or nowhere). Clicking in the page - but not browser chrome - restores functionality. This happens when the link is opened in the foreground from any app
  • Flash on obscuresound.com earlier. (I have Flashblock enabled but whitelisted for that site.) The Flash was unresponsive to clicks when switching to the page from another tab. Clicking on the non-Flash portions of the page would restore focus to the content, after which the Flash became responsive.
  • Another loss of focus: Cmd-shift click a link to open it in a new foreground-tab.
  • Can't drag-and-drop text within text fields.
  • Two-fingered scrolling latches on to one widget, e.g. if scrolling a <textarea>, can't switch to scrolling page when reach end of <textarea>; likewise, if scrolling a page and <textarea> comes into view, <textarea> won't scroll when cursor is over it.

Other bugs

  • No FAYT
  • Can't set integer prefs - Bug 383009 broke this; needs filing; hack-around possible
  • Bug 546173 - Disabling crashreporter disables about:crashes; we need to make our own About Module for about:crashes
  • flight.mk needs to switch to toolkit.jar (build bug, but file lives in Core)
  • IdleTimerVector/PoolCleaner (Bug 509130) appears not to be fixed for embedding; Bug 533001 seems to fix this
  • Something (probably Gecko) helpfully assumes that every failed connection means you should be in Offline Mode, and the instructions for turning off Offline Mode don't apply to Camino.
  • Bug 546853 - Setting the Download Folder in Preferences doesn't stick (Bug 454242 probably broke this)
  • I notice three-finger swiping to navigate between current and previous pages is busted on my MBP - bug 412486 comment 46 for changes needed
  • "source" AppleScript command inserts spurious linebreaks (send data to TextEdit; ScriptEditor also inserts breaks all over, otherwise)
  • Some regressions related to the autocomplete window automatically appearing