-
Notifications
You must be signed in to change notification settings - Fork 1.7k
window.location.hash get or set error -- firefox 9, 10 version #1622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment was originally written by [email protected] similar issue with FF 10.0.2 in OSX Lion raw.get$dartObjectLocalStorage is not a function |
Set owner to @rakudrama. |
This comment was originally written by [email protected] Issue #3372 has been merged into this issue. |
The FireFox Location object does not derive from JavaScript Object:
It is not possible to modify a Location's prototype either:
I think we have no choice but to have a wrapper class for Location. |
This issue was originally filed by [email protected]
What steps will reproduce the problem?
print(window.location.hash);
compile to js
What is the expected output? What do you see instead?
firebug console output hash string
What version of the product are you using? On what operating system?
ubuntu 11.04 amd64, firefox 9 and 10 version
Please provide any additional information below.
used dart linux sdk integration, revision 3934
The text was updated successfully, but these errors were encountered: