Closed
Bug 139359
Opened 24 years ago
Closed 24 years ago
XSLT transformed XML document disables browser controls
Categories
(Core :: XSLT, defect, P2)
Core
XSLT
Tracking
()
VERIFIED
FIXED
mozilla1.1alpha
People
(Reporter: bugzilla, Assigned: peterv)
References
()
Details
(Whiteboard: TRUNK)
Attachment 43502 [details] is a fine testcase, but any old XML+XSLT will do.
When such a document is loaded, the browser navigation controls
(back/forward/reload, bookmarks, and personal toolbar) are all disabled. XML
files with no associated XSLT stylesheet are not affected.
Seen in Win2K build 2002042209 and a build from the 19th on 2 different
machines, and a fresh profile.
The following appears in the JS console:
========
Error: getWebNavigation() has no properties
Source File: chrome://navigator/content/navigator.js
Line: 180
Error: this.docShell has no properties
Source File: chrome://global/content/bindings/browser.xml#browser.webNavigation
(getter)
Line: 0
========
| Assignee | ||
Comment 1•24 years ago
|
||
Jst's patch for 138012 seems to fix this. However, I think that patch has other
problems right now. Marking dependency.
Status: NEW → ASSIGNED
Depends on: 138012
OS: Windows 2000 → All
Priority: -- → P2
Hardware: PC → All
Target Milestone: --- → mozilla1.1alpha
Comment 2•24 years ago
|
||
Adding dependency on bug 138012 (since it didn't seem to take last time).
Also, adding TRUNK s/w since RC1 isn't affected.
Depends on: 138012
Whiteboard: TRUNK
| Reporter | ||
Comment 3•24 years ago
|
||
This is FIXED in Win2K build 2002042603, undoubtedly because of last night's
checkin for bug 138012. Marking as such.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 4•23 years ago
|
||
we didn't verify for a long time.
I really checked, so VERIFIED.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•