Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 771 by mbrubeck: createShortcut strips fragment identifier from URL
http://code.google.com/p/gears/issues/detail?id=771

When I run the following code:

  desktop.createShortcut("Title", "/location#fragment',
{"32x32":"/icon.png"}, "Description");

the resulting shortcut points to "http://localhost/location"; instead of
"http://localhost/location#fragment";.

This happens because ResolveAndNormalize() always strips the fragment
identifier.  This is very unfortunate for applications using the Gears
LocalServer API, which often use the fragment identifier as a
permalink/history mechanism.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to