Closed
Bug 5730
Opened 25 years ago
Closed 6 years ago
links on pages that use css don't work after styles loaded
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cpratt, Assigned: joki)
References
()
Details
(Whiteboard: [MAKINGTEST] b_ironfist@usa.net)
build id: 1999042908
platforms tested: windows nt, mac os 8.5.1
here's the problem: if you load this page, you should see some links on it such
as "About Me" while it's loading. when the page is loading, the css stuff hasn't
yet been displayed, so the links work fine - you can click on "About Me" and
have it follow the link while the page is loading.
however, if you wait for the page to load, it "changes" to show you the css
stuff (styles such as 'forest'), and once those styles are now loaded /
displayed, the links no longer work.
expected result: the links should work regardless.
Updated•25 years ago
|
Whiteboard: [MAKINGTEST] b_ironfist@usa.net
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Looks like a mystery fix to me. Marking as FIXED; janc, can you please verify?
Comment 3•6 years ago
|
||
Commit pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/3cf7eae384c875de2455700f8faa03b5cf1cfa31
[fix issue 5730] MOSS content updates for June 1
Updated•6 years ago
|
Status: VERIFIED → RESOLVED
Closed: 25 years ago → 6 years ago
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•