Use of colon (:) in hash/anchor part of chrome URL when using window.open results in an error.

RESOLVED FIXED in Firefox 3

Status

()

Firefox
General
P2
normal
RESOLVED FIXED
10 years ago
10 years ago

People

(Reporter: karl, Assigned: dveditz)

Tracking

({fixed1.8.0.15, regression, verified1.8.1.13})

unspecified
Firefox 3
x86
Windows Vista
fixed1.8.0.15, regression, verified1.8.1.13
Points:
---
Bug Flags:
blocking-firefox3 +
blocking1.8.1.13 +
wanted1.8.1.x +
blocking1.8.0.next +

Firefox Tracking Flags

(Not tracked)

Details

Attachments

(1 attachment)

(Reporter)

Description

10 years ago
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12

If an add-on attempts to open a chrome URL in a new window and the hash part of the URL contains a colon character (:) then an error is throw and the window doesn't open


Reproducible: Always

Steps to Reproduce:
1.Open Error console
2.Enter "window.open('chrome://mozapps/content/extensions/extensions.xul#a:')" in the Code textbox
3.Hit "Evaluate".
Actual Results:  
Error thrown
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMJSWindow.open]"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: javascript:%20window.open("chrome://mozapps/content/extensions/extensions.xul#a:") :: <TOP_LEVEL> :: line 1"  data: no]

Expected Results:  
A new window should open, displaying "chrome://mozapps/content/extensions/extensions.xul"


The fact that the anchor doesn't exist on the page (or is invalid) should not prevent the window from opening and the "chrome://mozapps/content/extensions/extensions.xul" page being displayed.

This bug is NOT PRESENT in firefox 2.0.0.11 (or FF 3.0b2), only in 2.0.0.12 (also FF 3.0b4pre)

bug #415367 (https://bugzilla.mozilla.org/show_bug.cgi?id=415367) (fixed?) is very similar, but only affects the query part of the URL.

If the URL is pasted into the address bar (and then [enter] hit) then nothing happens (no error is throw, but browser doesn't navigate to URL either). Is the error message suppressed?

If the colon (:) is removed from the URL (chrome://mozapps/content/extensions/extensions.xul#a) all works as expected.

Updated

10 years ago
Flags: blocking1.8.1.13?
Flags: blocking-firefox3?
Keywords: regression
(Assignee)

Comment 1

10 years ago
Missed the ref in bug 415338, although this seems a very strange thing to do with chrome. I guess something like chrome help content could have anchors.
Assignee: nobody → dveditz
Blocks: 413250
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: wanted1.8.1.x+
Flags: blocking1.8.1.13?
Flags: blocking1.8.1.13+
Priority: -- → P2
Target Milestone: --- → Firefox 3 beta4
(Assignee)

Comment 2

10 years ago
Created attachment 302967 [details] [diff] [review]
ignore chrome #ref as well
(Reporter)

Comment 3

10 years ago
The reason for the error occured was because I was passing a URL to the chrome page when opening it (eg chrome://example/content/example.html#url=https://bugzilla.mozilla.org/show_bug.cgi?id=417086)

I was using the anchor part of the URL to pass additional arguments to the page.
I really should have been using the query part of the URL. But was unsure how firefox would handle a chrome URL with a query string.

chrome://example/content/example.html?url=https://bugzilla.mozilla.org/show_bug.cgi?id=417086

Comment 4

10 years ago
ISTR that the 1.8.0 Extension/Theme Manager used query strings to open in either Extension or Theme mode. You might look at that.

Comment 5

10 years ago
Or was that the 1.7 manager?
Flags: blocking-firefox3? → blocking-firefox3+
(Assignee)

Updated

10 years ago
Attachment #302967 - Flags: superreview?(benjamin)
Attachment #302967 - Flags: review?(benjamin)

Updated

10 years ago
Attachment #302967 - Flags: superreview?(benjamin)
Attachment #302967 - Flags: superreview+
Attachment #302967 - Flags: review?(benjamin)
Attachment #302967 - Flags: review+
Target Milestone: Firefox 3 beta4 → Firefox 3
(Assignee)

Comment 6

10 years ago
Comment on attachment 302967 [details] [diff] [review]
ignore chrome #ref as well

approved for 1.8.1.13, a=ss for release-drivers
Attachment #302967 - Flags: approval1.8.1.13+
(Assignee)

Updated

10 years ago
Keywords: fixed1.8.1.13
(Assignee)

Comment 7

10 years ago
Fix checked into trunk
Status: NEW → RESOLVED
Last Resolved: 10 years ago
Resolution: --- → FIXED
Verified FIXED using Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.13) Gecko/2008031114 Firefox/2.0.0.13; see

http://img212.imageshack.us/my.php?image=picture2yp7.png

Replacing fixed1.8.1.13 keyword with verified1.8.1.3
Keywords: fixed1.8.1.13 → verified1.8.1.13
Attachment #302967 - Flags: approval1.8.0.15?
Flags: blocking1.8.0.15?

Updated

10 years ago
Flags: blocking1.8.0.15? → blocking1.8.0.15+

Comment 9

10 years ago
Comment on attachment 302967 [details] [diff] [review]
ignore chrome #ref as well

a=asac for 1.8.0.15
Attachment #302967 - Flags: approval1.8.0.15? → approval1.8.0.15+
MOZILLA_1_8_0_BRANCH:

Checking in chrome/src/nsChromeRegistry.cpp;
/cvsroot/mozilla/chrome/src/nsChromeRegistry.cpp,v  <--  nsChromeRegistry.cpp
new revision: 1.338.2.1.4.7; previous revision: 1.338.2.1.4.6
done
Checking in rdf/chrome/src/nsChromeRegistry.cpp;
/cvsroot/mozilla/rdf/chrome/src/nsChromeRegistry.cpp,v  <--  nsChromeRegistry.cpp
new revision: 1.323.10.5; previous revision: 1.323.10.4
done
Keywords: fixed1.8.0.15
You need to log in before you can comment on or make changes to this bug.