This morning, SeaMonkey 2 failed to recognize fragments within a URI.  A
fragment is the part just after the # character, which generally directs
the browser to position the rendered page at a point within its content
instead of at the top of the page.

An example of this failure was seen at
<http://www.w3.org/Style/CSS/current-work.html>.  At the top of that
page is a link to "CSS Level 2 Revision 1", a link to a place within the
same page about 1/4 of the way down.  The URI for that link is
<http://www.w3.org/Style/CSS/current-work.html#css21>, but the link was
coded as
        <a href="#css21">CSS Level&nbsp;2 Revision&nbsp;1</a>
with only the fragment declared in the href attribute.  Clicking on that
link failed to move the page.

I saw similar failures on other pages.  Then, without changing anything,
the problem disappeared.  Has anyone else seen this problem, even
momentarily?


-- 
David E. Ross
<http://www.rossde.com/>

Go to Mozdev at <http://www.mozdev.org/> for quick access to
extensions for Firefox, Thunderbird, SeaMonkey, and other
Mozilla-related applications.  You can access Mozdev much
more quickly than you can Mozilla Add-Ons.
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to