RESOLVED WONTFIX 17068
navigator.productSub should be upgraded to a higher version.
https://bugs.webkit.org/show_bug.cgi?id=17068
Summary navigator.productSub should be upgraded to a higher version.
Anantha Keesara
Reported 2008-01-29 13:27:49 PST
I. Steps: 1. Launch the above URL. 2. Locate this text &#25512;&#33616;&#23478;&#26063; on the left side and click on the first link below it... II. Issue: A small pop-up message comes up saying "Mozilla < 1.3 Beta not supported" III. Expected: The pop-up should not be supported IV. Other browsers:FF/IE/Opera don't have this issue. V. Nightly tested: r29807
Attachments
Reduction (784 bytes, text/html)
2008-01-29 13:28 PST, Anantha Keesara
no flags
Anantha Keesara
Comment 1 2008-01-29 13:28:41 PST
Created attachment 18769 [details] Reduction
Eric Seidel (no email)
Comment 2 2008-01-29 13:30:37 PST
Anantha Keesara
Comment 3 2008-01-29 13:33:01 PST
Actually, the popup comes up as soon as the site is loaded. No need to navigate to any links..
Ahmad Saleem
Comment 4 2022-07-25 16:33:00 PDT
I am getting following behavior across all browsers: *** Safari 15.6 on macOS 12.6 *** dialog box showing up as saying "Mozilla < 1.3..." same as Comment 0 *** Chrome Canary 106 *** dialog box showing up as saying "Mozilla < 1.3..." same as Comment 0 and matching Safari NOTE: No error in Console for both Safari and Chrome. *** Firefox Nightly 104 *** Does not show dialog box but has following errors in Console: Uncaught TypeError: WYSIWYD.Config is not a constructor WYSIWYD https://bug-17068-attachments.webkit.org/attachment.cgi?id=18769:12 initEditor https://bug-17068-attachments.webkit.org/attachment.cgi?id=18769:7 onload https://bug-17068-attachments.webkit.org/attachment.cgi?id=18769:1 I am not sure latest web-spec but this is the behavior noted on the attached test case. Thanks!
Alexey Proskuryakov
Comment 5 2022-07-25 17:44:33 PDT
Checking in console, Firefox (release) has window.navigator.productSub == "20100101", and we have "20030107". I don't see this changing at this point. There is no spec for this (MDN comes closest, and hilariously documents WebKit behavior to be what it is).
Note You need to log in before you can comment on or make changes to this bug.