Closed
Bug 27355
Opened 25 years ago
Closed 25 years ago
relative script tags in xul are broken
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
RESOLVED
FIXED
People
(Reporter: dougt, Assigned: travis)
Details
We create a window from C. The window.open url
parameter is:
chrome://xpinstall/content/institems.xul
The dialog is pretty vanilla. It includes a js files called institems.xul.
When the dialog accually gets opened, I see this on the console:
JavaScript Error: syntax error
URL: http://jimbob/institems.js, line 1
It looks like it is using the current page that I am on as some sort of base
references.
The code that opens this window is here:
http://lxr.mozilla.org/seamonkey/source/xpinstall/src/nsXPInstallManager.cpp#176
Comment 1•25 years ago
|
||
The chrome flag is messed, so it thinks it is content instead. Reassigning to
travis.
Assignee: hyatt → travis
I fixed a bug with chrome mask stuff tonight... Could you verify this still
happens?
Comment 3•25 years ago
|
||
*IGNORE* - massive spam changing open XPToolkit bug's QA contact to
jrgm@netscape.com
QA Contact: paulmac → jrgm
based on previous comments marking fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•