Open
Bug 699354
Opened 13 years ago
Updated 2 years ago
"ASSERTION: Document already knows about this Link!" with full screen on <link>
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
1. Set user_pref("full-screen-api.enabled", true);
2. Load the testcase
3. Click anywhere
Result:
###!!! ASSERTION: Document already knows about this Link!: '!entry', file content/base/src/nsDocument.cpp, line 7433
Reporter | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
This worksforme (though I get an assert about nonzero percentage values from nsBox)...
Reporter | ||
Comment 3•13 years ago
|
||
Still happens for me on Mac (Tinderbox debug build, http://hg.mozilla.org/mozilla-central/rev/6cbeabc07c59)
Comment 4•13 years ago
|
||
OK. I still can't reproduce, with a current debug build. That's really odd. I just loaded the attachment (from Bugzilla, not via file://), then clicked...
So what are you and I doing differently?
Comment 5•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•