Closed
Bug 21363
Opened 26 years ago
Closed 25 years ago
loss of :focus no longer causing repaint
Categories
(Core :: XUL, defect, P1)
Tracking
()
M15
People
(Reporter: dbaron, Assigned: saari)
Details
Attachments
(1 file)
508 bytes,
text/html
|
Details |
DESCRIPTION: Links seem to be staying permanently in the :focus state when
tabbing through links. I believe this is a recent regression.
STEPS TO REPRODUCE:
* load http://www.fas.harvard.edu/~dbaron/
* click on the page (not on a link)
* hit TAB repeatedly
ACTUAL RESULTS:
* all the links one has tabbed through stay with a red background after they
have been tabbed through
EXPECTED RESULTS:
* a link should only have a red background when it has the focus
DOES NOT WORK
CORRECTLY ON:
* Linux, apprunner, 1999-12-09-15-M12
WORKS CORRECTLY ON:
* older builds, I think (more info later, I hope...)
ADDITIONAL INFORMATION: This bug filed using Linux mozilla 1999-12-09-15-M12.
Reporter | ||
Updated•26 years ago
|
Summary: links never lose :focus → loss of :focus no longer causing repaint
Reporter | ||
Comment 1•26 years ago
|
||
That's not the problem, actually. If I cause a repaint, things are fine. So
the problem is that loss of :focus is no longer causing a repaint.
Reporter | ||
Comment 2•26 years ago
|
||
Actually, maybe not. It only works if I trigger the repaint by hovering over
the links. If I trigger the repaint by exposing the window, it doesn't.
However, is some of the data stored in the view system?
Comment 3•26 years ago
|
||
Updated•26 years ago
|
Assignee: joki → saari
Comment 4•26 years ago
|
||
I will take a shot at this and say after reviewing the focus bug reports, it is
related or is a duplicate of one of saari's bugs. reassigning to Chris
Updated•26 years ago
|
Component: Event Handling → XPMenus
QA Contact: janc → sairuh
Comment 5•26 years ago
|
||
reassigned QA contact to me & updated component.
Reporter | ||
Comment 6•26 years ago
|
||
Why was the component of this bug changed to XPMenus? I don't see what this has
to do with them?
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M13
Assignee | ||
Updated•26 years ago
|
Priority: P3 → P1
Assignee | ||
Updated•26 years ago
|
Target Milestone: M13 → M15
BULK MOVE: Changing component from XP Menus to XP Toolkit/Widgets: Menus. XP
Menus component will be deleted.
Component: XPMenus → XP Toolkit/Widgets: Menus
Assignee | ||
Comment 8•25 years ago
|
||
Marking as a dup of 25258
*** This bug has been marked as a duplicate of 25258 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 10•25 years ago
|
||
DOES NOT WORK CORRECTLY ON:
* mozilla, 1999-12-09-15-M12
* mozilla, 1999-12-08-08-M12
WORKS CORRECTLY ON (mostly):
* mozilla, 1999-12-07-15-M12
* mozilla, 1999-12-06-13-M12
* mozilla, 1999-12-01-13-M12
* viewer, 1999-12-01-13-M12
* viewer, 1999-11-29-08-M12
* viewer, 1999-11-11-08-M12
The time this regression occurred is therefore narrowed to a period of 17 hours.
Reporter | ||
Comment 11•25 years ago
|
||
Looking at the list of checkins, I strongly suspect this bug was caused by
hyatt's checkin of 1999-12-07 20:54.
Component: XP Toolkit/Widgets: Menus → XUL
QA Contact: bugzilla → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•