Closed
Bug 159932
Opened 23 years ago
Closed 11 years ago
disabling javascript in browser doesn't allow chrome:// to add eventListners to window
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
DUPLICATE
of bug 208864
People
(Reporter: masayuki, Unassigned)
References
Details
If Javascript is disabled on Navigator,
I can't access the text in marquee.
Actural Result.
1.Always scroll the text.
2.Render normal inline element when javascript is disabled.
2002072808-trunk/WinXP.
Marquee supported is very regrettable....
This is normal; Marquee is not built into the browser itself, but emulated using
Javascript stuff.
==> Invalid ?
Comment 2•23 years ago
|
||
lots of the browser uses javascript stuff, but it doesn't get turned off when
the user turns of script in navigator. if this is possible to fix, I think it
should be fixed.
Comment 3•23 years ago
|
||
Reporter: Do you have a page/URL where this happens?
I recommend
->TE if it uses <marquee />
->INVALID if it uses <script>
->NEW if it uses another method...
Comment 4•23 years ago
|
||
Confirming.
Before the addition of the emulation the contents of the marquee were displayed
properly. Now they don't appear if javascript is disabled.
The best solution is to use marquee { -moz-binding: none; } in userContent.css
win98 2002072904
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•23 years ago
|
||
probably the addEventListner isn't working if js is turned off.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 7•23 years ago
|
||
Why you changed severity to "trival"?
This problem is very serious for ACCESSIBILITY.
If you visit a page whitch used marquee at a text to emphasize,
it may be a text important for you, you do not even notice it existing.
If marquee is not supported, we can show the text always.
If this problem can't fixed, you should stop marquee support!
Comment 8•23 years ago
|
||
Reopening as per comment 7.
btw, what does the URL point to?
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
![]() |
||
Comment 9•23 years ago
|
||
Doron, it's all yours.
Assignee: Matti → doron
Status: REOPENED → NEW
Keywords: nsbeta1
OS: Windows XP → other
Hardware: PC → All
Comment 10•23 years ago
|
||
addEventListner seems to not work if js is turned off for browser.
No idea what component this belongs in.
Keywords: nsbeta1
Summary: No accessible marquee content when disabled javascript → disabling javascript in browser doesn't allow chrome:// to add eventListners to window
Reporter | ||
Comment 11•23 years ago
|
||
http://plaza9.mbn.or.jp/~biglife/
http://www.urban.ne.jp/home/nan/gei.html
There are found by Japanease Top Website Test Project.
#Add Cc: momoi-san.
Comment 12•23 years ago
|
||
*** Bug 162558 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 13•17 years ago
|
||
Shouldn't this be filed in Core? Or does it really only affect SeaMonkey?
Comment 14•17 years ago
|
||
This bug seems to be already fixed.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008032405 Minefield/3.0b5pre
Comment 15•17 years ago
|
||
(In reply to comment #14)
> This bug seems to be already fixed.
> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b5pre) Gecko/2008032405
> Minefield/3.0b5pre
>
Oops, It is mistake.
But, At Trunk, Content of marquee is visible even if JavaScript is disabled.
Scroll is still stopped. But, text is visible if marquee have enough width.
Because text is displayed with NO indent.
Updated•17 years ago
|
Assignee: doronr → nobody
OS: Other → All
Product: Mozilla Application Suite → Core
QA Contact: asa → general
Comment 16•15 years ago
|
||
Tested in Shiretoko 3.5.5pre (Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5pre) Gecko/20091010 Shiretoko/3.5.5pre (.NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729) using http://www.urban.ne.jp/home/nan/gei.html from comment #11 - full text was visible with JavaScript disabled (using NoScript) with Shiretoko in full screen (22" widescreen monitor) - limiting width of Shiretoko truncated text from the right.
Reporter and others, can this be confirmed as working in Seamonkey platform?
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 23 years ago → 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•