Closed
Bug 339191
Opened 19 years ago
Closed 19 years ago
no focus event fired for Preference dialog when the first time open
Categories
(Firefox :: Disability Access, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 339210
People
(Reporter: evan.yan, Unassigned)
Details
(Keywords: access)
start firefox, when open Preference dialog the first time, no focus event fired for the focused image tab buttons.
but if you close the dialog and then open it again, focus event fired correctly.
I can reproduce this bug on the trunk build, but not on firefox 1.5.
there are some thing strange...
if "General" tab of Preference dialog is active, it behaviors as what's described in this bug.
events log by at-poke:
generic event 'focus:' A|co|ac:list item:General:(0) (0)
window event 'window:deactivate' (0) (0) on A|co:frame:(...): with title (...)
generic event 'focus:' A|co:dialog:Minefield Preferences:(0) (0)
window event 'window:activate' (0) (0) on A|co:dialog:Minefield Preferences: with title 'Minefield Preferences'
but, if any other tab is active, say "Privacy", "Content", focus event is never fired, as bug 339210 described
events log by at-poke:
window event 'window:deactivate' (0) (0) on A|co:frame:(...): with title (...)
window event 'window:activate' (0) (0) on A|co:dialog:Minefield Preferences: with title 'Minefield Preferences'
in the latest trunk build, there is no "General" tab in preference dialog any more. this bug is totally a dupe of bug 339210 now.
*** This bug has been marked as a duplicate of 339210 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•