Closed
Bug 162917
Opened 22 years ago
Closed 2 years ago
Initial focus problems with sheets
Categories
(Core :: XUL, defect, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bryner, Unassigned)
References
Details
(Whiteboard: [adt1 RTM] [ETA 08/15])
Attachments
(1 file)
1002 bytes,
patch
|
bryner
:
review+
bryner
:
superreview+
asa
:
approval+
|
Details | Diff | Splinter Review |
When a sheet comes up, we often don't end up with the correct active widget on
the nsMacEventHandler object, which means that key events don't get dispatched
correctly.
Reporter | ||
Comment 2•22 years ago
|
||
Comment on attachment 95451 [details] [diff] [review]
patch
carrying over r=sdagley, sr=bryner from bugscape 19001.
Attachment #95451 -
Flags: superreview+
Attachment #95451 -
Flags: review+
Reporter | ||
Comment 3•22 years ago
|
||
carrying over ADT status from bugscape 19001; adding mozilla1.0.1 for drivers.
Keywords: adt1.0.1+,
mozilla1.0.1
Whiteboard: [adt1 RTM]
Comment 4•22 years ago
|
||
Comment on attachment 95451 [details] [diff] [review]
patch
a=asa (on behalf of drivers) for checkin to 1.0.1
Attachment #95451 -
Flags: approval+
Reporter | ||
Comment 5•22 years ago
|
||
checked in on the trunk and 1.0 branch.
Status: NEW → RESOLVED
Closed: 22 years ago
Keywords: mozilla1.0.1 → fixed1.0.1
Resolution: --- → FIXED
Comment 6•22 years ago
|
||
*** Bug 142754 has been marked as a duplicate of this bug. ***
*** Bug 134574 has been marked as a duplicate of this bug. ***
Comment 8•22 years ago
|
||
jrgm: can you pls verify this as fixed on the 1.0 branch, then replace
"fixed1.0.1" with "verified1.0.1"? Thanks!
Blocks: 143047
Severity: normal → major
Priority: -- → P1
Whiteboard: [adt1 RTM] → [adt1 RTM] [ETA 08/15]
Target Milestone: --- → mozilla1.0.1
This doesn't seem to be fixed in all cases.
Test:
set prefs...privacy...ssl..."leaving a page that supports encryption"
go to an https: site, e.g. https://sourceforge.net
go to an http site, e.g. http://www.mozilla.org
expected results: sheet comes down, hit return to dismiss dialog
actual results: key stroke not focused on sheet
tested on 1.2.1: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.2.1)
Gecko/20021130
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 10•22 years ago
|
||
I think the previous comment that caused this to become reopened is a dup of bug
160630 ?
bug 160630 seems to be about keyevent buffering. The problem I'm seeing is
sheet focus. It doesn't matter when you hit enter, the sheet isn't dismissed.
Different unless I'm missing something.
Reporter | ||
Updated•19 years ago
|
Assignee: bryner → jag
Status: REOPENED → NEW
QA Contact: jrgmorrison → xptoolkit.widgets
Target Milestone: mozilla1.0.1 → ---
Updated•16 years ago
|
Assignee: jag → nobody
Comment 12•6 years ago
|
||
Decreasing the priority as no update for the last 2 years on this bug.
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage
about the priority meaning.
Priority: P1 → P5
Comment 13•2 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: major → --
Comment 14•2 years ago
|
||
This is out of date.
Status: NEW → RESOLVED
Closed: 22 years ago → 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•