Open
Bug 306345
Opened 19 years ago
Updated 2 years ago
Marquee text should scroll with a mouse drag
Categories
(Core :: Layout, enhancement)
Tracking
()
UNCONFIRMED
People
(Reporter: jack, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050829 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050829 Firefox/1.0+ I would like to be able to click on scrolling text, and drag to the right or left of the marquee area to force that text to scroll, at a rate comparable to what is seen when performing the same mouse motion in the location bar or any form input. The marquee's own movement should halt until the mouse button is released. I don't have a lot invested in seeing this happen, but I thought it was an idea worth sharing once. Reproducible: Always Steps to Reproduce: 1. Use marquee tag 2. click and drag to the right Actual Results: continue waiting for text to appear Expected Results: exposed the text that is about to scroll on screen.
Comment 1•19 years ago
|
||
Related to bug 161145. In 1.7 build, it was possible to drag scroll a selection in marquee, but this has changed when overflow:hidden can't be scrolled anymore.
Component: General → Layout
Product: Firefox → Core
Version: unspecified → Trunk
Updated•19 years ago
|
QA Contact: general → layout
Comment 2•4 years ago
|
||
This is not implemented this way in Safari and Chrome. It can't be really controlled.
data:text/html,<!doctype html><marquee>blablabla</marque>
This is probably a WONTFIX.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•