DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41585>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41585 Summary: Squiggle repeats URL anchors in location bar Product: Batik Version: 1.6 Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: SVG Viewer AssignedTo: batik-dev@xmlgraphics.apache.org ReportedBy: [EMAIL PROTECTED] 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: file:/home/archie/xx.svg Then, in squiggle's location bar, append "#page1" to the URL displayed and press return. Now this URL appears in squiggles location bar: file:/home/archie/xx.svg#page1#page1#page1#page1 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]