Closed
Bug 87673
Opened 23 years ago
Closed 19 years ago
selecting alt text of images leaves cruft
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.2alpha
People
(Reporter: uamjet602, Assigned: mjudge)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [Hixie-P4])
Attachments
(1 file, 1 obsolete file)
(deleted),
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.1+) Gecko/20010621
BuildID: 2001062121
When parts of the page are selected and deselected, the alt text of the 'images'
is not handled correctly, so a lot of cruft remains on screen.
Reproducible: Always
Steps to Reproduce:
1.Go to the page
2.Click somewhere between the words 'crash'
3.Drag around
Actual Results: Some words (the words that were touched by the mouse cursor)
stayed selected, even when the selection was cleared.
Expected Results: I'm not sure if the alt text should be selected as part of
the page, but it should either be handled along with the rest of the text or not
at all.
Note that this page is originally meant to demonstrate a problem with (amongst
others) NS4 crashing when encountering lots of <img href="mailto:x@a.b"> URLS.
Mozilla is obviously not vulnerable to this.
Comment 1•23 years ago
|
||
moving out to 1.0, pretty much an edge case
Priority: -- → P3
Target Milestone: --- → mozilla1.0
Another one on:
http://sourceforge.net/softwaremap/trove_list.php?form_cat=156&page=2
Scroll down to the button so you see the <1> <2> <3> links.
Click and drag, beginning somewhere inside the <2> . Look for the funny effects.
Comment 3•23 years ago
|
||
alt text handling bug; QA -> me.
Comment 4•23 years ago
|
||
Bugs targeted at mozilla1.0 without the mozilla1.0 keyword moved to mozilla1.0.1
(you can query for this string to delete spam or retrieve the list of bugs I've
moved)
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 5•23 years ago
|
||
don't move bugs that are in the 1.0 dependency tree. sorry.
Target Milestone: mozilla1.0.1 → mozilla1.0
Comment 6•23 years ago
|
||
Moving Netscape owned 0.9.9 and 1.0 bugs that don't have an nsbeta1, nsbeta1+,
topembed, topembed+, Mozilla0.9.9+ or Mozilla1.0+ keyword. Please send any
questions or feedback about this to adt@netscape.com. You can search for
"Moving bugs not scheduled for a project" to quickly delete this bugmail.
Target Milestone: mozilla1.0 → mozilla1.2
Comment 9•19 years ago
|
||
This is basically bug 12460 -- the alt text is generated content.
Depends on: 12460
Comment 10•19 years ago
|
||
The "cruft" problem is gone now; compare FF 1.5 to trunk if you're not sure what
exactly the "cruft" is. Selection is still broken, but that's bug 12460, I
think. Resolving WORKSFORME.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Comment 11•19 years ago
|
||
Testcase will cause system crashes if you have an associated mail client; it
will spawn 500 new email windows. As far as I'm concerned, it's a malicious
testcase; can we remove it?
Comment 12•19 years ago
|
||
Comment on attachment 127660 [details]
original testcase (opens 500 mailto URLs; be careful)
Renaming the testcase so nobody else is suprised.
Attachment #127660 -
Attachment description: original testcase → original testcase (opens 500 mailto URLs; be careful)
Reporter | ||
Comment 13•19 years ago
|
||
Here's a new testcase with 'mailto' search'n'replaced by 'bad' so it does not
open all those windows. Apparently mozilla is vulnerable to this trick too...
Attachment #127660 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•