Skip to content
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

Allow hash when loading local url (file://) #114

Closed
GoogleCodeExporter opened this issue Aug 28, 2015 · 1 comment
Closed

Allow hash when loading local url (file://) #114

GoogleCodeExporter opened this issue Aug 28, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Currently passing hashes along with url does not work. A fix would be required 
in utils.pyx in the GetNavigateUrl() function, urllib_pathname2url() should not 
be called for the hash url. The original url is modified to support filenames 
with chinese characters, see the code:

https://code.google.com/p/cefpython/source/browse/cefpython/utils.pyx?r=5cfc17ad
4b23#46

Original issue reported on code.google.com by [email protected] on 30 Jan 2014 at 11:31

@GoogleCodeExporter
Copy link
Author

Fixed in revision 89bd0aec71d3.

Original comment by [email protected] on 28 Jul 2014 at 10:00

  • Changed state: Fixed

@cztomczak cztomczak mentioned this issue Nov 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant