Closed
Bug 317434
Opened 20 years ago
Closed 20 years ago
Tabbox is broken on remote XUL (clicking on tabs causes "Security Error")
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 315434
People
(Reporter: bugzilla.mozilla.org, Unassigned)
Details
Attachments
(1 file)
|
734 bytes,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051111 Firefox/1.5
It is unable to switch to different tab in xul:tabbox - browser throws exception.
Reproducible: Always
Steps to Reproduce:
1. Create XUL with any tabbox inside
2. Place it on remote server
3. View it in browser and click on tabs to switch between tabs.
Actual Results:
[Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location: "chrome://global/content/bindings/tabbox.xml Line: 344"]
Expected Results:
Switching tabs as in Firefox 1.0.x
| Reporter | ||
Comment 1•20 years ago
|
||
When trying to switch the tabs I got:
Error: uncaught exception: [Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location: "chrome://global/content/bindings/tabbox.xml Line: 344"]
I also get Exception "Permission denied to get property XULElement.disabled' when calling method: [nsIDOMXULCOntrolElement::disabled]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: chrome://global/content/bindings/tabbox.xml :: selectNewTab :: line 350" data: no]
It sometimes works localy and sometimes not...
Comment 2•20 years ago
|
||
*** This bug has been marked as a duplicate of 317356 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 3•20 years ago
|
||
*** This bug has been marked as a duplicate of 315434 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → DUPLICATE
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•