RESOLVED WONTFIX 14621
Extraneous text above the main content and a JS alert when loading a page from hot.net.il
https://bugs.webkit.org/show_bug.cgi?id=14621
Summary Extraneous text above the main content and a JS alert when loading a page fro...
mitz
Reported 2007-07-14 14:58:55 PDT
When loaded in Safari, the page displays a JavaScript alert "KSForm.init() undefined" and renders several lines of (styled) text above the main navigation area, which should be at the top of the page. Firefox does not display the alert nor the text at the top.
Attachments
reduction (429 bytes, text/html)
2008-04-12 16:39 PDT, Marcus
no flags
Safari 15.6 matches with other browsers (593.43 KB, image/png)
2022-08-04 10:17 PDT, Ahmad Saleem
no flags
Marcus
Comment 1 2008-04-12 16:39:32 PDT
Created attachment 20497 [details] reduction Reduction added. The page contains an <xml> tag with embedded CDATA sections. If a CDATA section contains any <tag> in angle brackets, Safari will display all text after that tag, including the closing ]]> of the CDATA section. Other tested browsers (IE 7, Firefox 2 and Opera 9.2) ignore the contents of these CDATA sections. Tested with Safari 3.1, Windows XP.
Ahmad Saleem
Comment 2 2022-08-04 10:17:58 PDT
Created attachment 461402 [details] Safari 15.6 matches with other browsers All browsers are matching as can be seen from attached screenshot and showing extra ]]> data. I think Firefox changed their behavior as well. I am going to mark this as "RESOLVED WONTFIX" since all browsers are matching. Please reopen, if there is plan to change and get rid of extraneous text. Thanks!
Note You need to log in before you can comment on or make changes to this bug.