Firefox 3.5 - Security error" code: "1000" - NS_ERROR_DOM_SECURITY_ERR
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Firefox |
Confirmed
|
Unknown
|
|||
firefox-3.5 (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Binary package hint: firefox
Firefox 3.5 fails to operated correctly on this page: http://
In general, it should be possible to click on a title in the left frame, and see that title in the right hand frame. FF 3.5 does not show the text of the title.
-------
ccurley@
firefox-
firefox-
firefox-
firefox-
firefox-
konqueror-
konqueror-
ccurley@
-------
I have seen similar failure elsewhere, and will add them here as I remember them.
I work as webdesigner and i re-create a js library with Domscripting of J. Sambells.
With safari is well but with ff thereis a little mistake:
error firefox
DOM cssRule
pour verification compatibilité avec soit ff soit msie.
Security error" code: "1000
[Break on this error] var rules = styleSheets[
Changed in firefox: | |
status: | Unknown → Confirmed |
description: | updated |
tags: | added: cssrule ruledom |
Changed in firefox: | |
importance: | Unknown → Medium |
Changed in firefox: | |
importance: | Medium → Unknown |
Created attachment 273236
testcase
Bug 365772 is a bit related.
When cookies are denied, then storage is throwing errors when trying to access it, while document.cookie just returns an empty string.
http:// www.whatwg. org/specs/ web-apps/ current- work/#security5
"
Treating persistent storage as cookies: user agents may present the persistent storage feature to the user in a way that does not distinguish it from HTTP session cookies. [RFC2965]
"
You could read that as "storage functions should not throw security errrors when cookie functions aren't doing it either", I guess. Although I suspect that part is more talking about the UI or something.