Closed
Bug 301487
Opened 19 years ago
Closed 19 years ago
select-all + copy in error page selects all possible error text, not just the text displayed
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
People
(Reporter: shaver, Assigned: adamlock)
References
Details
Arguably, we shouldn't be copying display:none'd text, but that's not something that will be fixed in 1.1. This behaviour can't ship in 1.1, though, because "paste your error text at me" is a common support practice, and this will cause a lot of pain.
Comment 1•19 years ago
|
||
that display:none gets copied is bug 39098 the patch in bug 280190 will make it so that the DOM only contains the current error, and should thus make this a nonissue.
Depends on: 280190
Comment 2•19 years ago
|
||
Seeing the same on Linux. Expanding OS/HW to all.
OS: MacOS X → All
Hardware: Macintosh → All
Comment 3•19 years ago
|
||
Fixed by patches on bug 280190.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•