Closed
Bug 304746
Opened 19 years ago
Closed 19 years ago
dom.disable_window_move_resize breaks focus in gmail
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 300453
People
(Reporter: bryner, Assigned: bryner)
References
()
Details
(Keywords: qawanted)
dom.disable_window_move_resize seems to break the following case in gmail:
1. click on a message
2. tab into a link in the message
3. click on "Return to Inbox"
With the pref set to true, hitting tab continues to tab through the
now-undisplayed message. With it set to false, it tabs through the inbox page
as expected.
This became a problem by default when bug 299424 landed (8/9/2005).
Assignee | ||
Comment 1•19 years ago
|
||
This seems like a fairly noticable usability problem.
Flags: blocking1.8b4?
Comment 2•19 years ago
|
||
We either need to revert the pref or fix it (since this behaviour shouldn't be
touched by this pref, afaict).
Flags: blocking1.8b4? → blocking1.8b4+
Updated•19 years ago
|
Comment 4•19 years ago
|
||
bryner, would you be able to provide a minimal test case so that we can
reproduce and debug? thanks.
/cb
Assignee: jst → bryner
Assignee | ||
Comment 5•19 years ago
|
||
I don't have the time right now to narrow down a testcase... it should be
fairly easy to set a breakpoint where one of these DOM calls is blocked though
and see what's happening. (if anyone needs a gmail invite for debugging this,
let me know)
Comment 6•19 years ago
|
||
This looks like bug 300453
Assignee | ||
Comment 7•19 years ago
|
||
I agree, they're the same bug.
*** This bug has been marked as a duplicate of 300453 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Flags: blocking1.8b4+
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•