Difference between revisions of "User:Sardisson/Gecko 1.9.2 Bugs"
Jump to navigation
Jump to search
(→Camino bugs: all Camino bugs filed now) |
(→Possible focus-related bugs: manifestation 2) |
||
| Line 12: | Line 12: | ||
* 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 | * 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. | * 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. | + | * Another loss of focus: Cmd-shift click a link to open it in a new foreground-tab (also opening view-source with camino.viewsource_in_tab set to true). |
* <s>Can't drag-and-drop text within text fields.</s> seems to be working now; wonder what triggered it? | * <s>Can't drag-and-drop text within text fields.</s> seems to be working now; wonder what triggered it? | ||
* 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. | * 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. | ||
Revision as of 15:37, 25 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):
Contents
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)
- 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 (also opening view-source with camino.viewsource_in_tab set to true).
Can't drag-and-drop text within text fields.seems to be working now; wonder what triggered it?- 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.
- XUL content pages (config, netError, safebrowsingblocked) eat the command and option keys and do funny things with arrow-key presses (trying to switch tabs instead moves focus to location bar or previous checkbox/button)
Other bugs
Core bugs
- Can't set integer prefs - Bug 383009 broke this; needs filing; hack-around possible
- flight.mk needs to switch to toolkit.jar (build bug, but file lives in Core) - haspatch
- Bug 546902 - IdleTimerVector/PoolCleaner (Bug 509130) appears not to be fixed for embedding; Bug 533001 seems to fix this
- JEP won't fall back to 32-bit Java 1.6 when 64-bit Java 1.6 is default on 10.6
- Updater in-app chrome is packaged regardless of whether updater is on or off - needs filing
Camino bugs
- Bug 547337 - No FAYT
- Bug 546173 - Disabling crashreporter disables about:crashes; we need to make our own About Module for about:crashes
- Bug 546853 + Bug 546854 - Setting the Download Folder in Preferences doesn't stick (Bug 454242 probably broke this) - haspatch
- Bug 548477 - I notice three-finger swiping to navigate between current and previous pages is busted on my MBP - bug 412486 comment 46 for changes needed
- Bug 548482 - "source" AppleScript command inserts spurious linebreaks (send data to TextEdit; ScriptEditor also inserts breaks all over, otherwise)
- Bug 548476 - Some regressions related to the autocomplete window automatically appearing
- When pasting a (or editing an existing) URL and hitting return, Camino appears to either 1) load the last-autocompleted URL instead, or load the desired URL and show the autocomplete window after loading
- Bug 547304 - “Allow Flash From This Site” CM missing (worked through 1.9.1) - haspatch
- Bug 548483 - Clicking on links in view-source opens the linked resource on top of the existing one, and there's no back (cmd-click works, but makes the chrome window situation a bit odd if you have v-s in window enabled)
Bug 156552 - Hook up the "Work Offline" menu item and fix netError.dtd and appstrings_properties.strings to use relevant language- landed- Bug 547485 - Listen for Gecko auto-off/online notifications and update Work Offline/Go Online menu title
- Bug 548485 - Stand-alone SVG documents no longer Tabsposé ([1], [2]); see Bug 461927 where we last fixed this. Other XML documents seem fine, as does embedded SVG.
- Bug 548486 - about:config context menu doesn't work
Not really new bugs
Bug 405708 - Hook up clearing the offline cacheoffline cache never stores data; see below- Hook up UI for dealing with saved offline data (Fx Prefs:Advanced:Network) and prompting/figure out why offline cache doesn't seem to work (Bug 529918)