Details
-
Bug
-
Status: Resolved
-
Resolution: Duplicate
-
1.6
-
None
-
None
-
Operating System: other
Platform: Other
Description
If you enter an URL in squiggle's location bar that contains an anchor after the
"#" sign, squiggle correctly displays the view but the URL in the location bar
gets rewritten with the "#anchor" part repeated four times. If you then press
"reload", the anchor is repeated eight times. Etc.
To repeat:
Open a document with a view in squiggle, for example:
<?xml version="1.0" encoding="ISO-8859-1"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0"
width="400" viewBox="0 0 800 600" height="300" overflow="visible">
<rect x="10" y="10" width="780" height="580" fill="none"
stroke="blue" stroke-width="5"/>
<view preserveAspectRatio="xMidYMid meet" id="page1" viewBox="0 0 800 600"/>
</svg>
This URL appears in squiggles location bar:
Then, in squiggle's location bar, append "#page1" to the URL displayed and press
return.
Now this URL appears in squiggles location bar:
Attachments
Issue Links
- duplicates
-
BATIK-608 URI fragment doubled/quadrupled (#x -> #x#x -> #x#x#x#x)
- Resolved