Closed
Bug 613742
Opened 14 years ago
Closed 14 years ago
alert() text can't be selected anymore
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: dao, Assigned: Gavin)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
860 bytes,
patch
|
Dolske
:
review+
|
Details | Diff | Splinter Review |
1.21 KB,
text/html
|
Details |
alert() messages used to be selectable, they aren't in tab-modal prompts.
Updated•14 years ago
|
Assignee: nobody → dolske
Updated•14 years ago
|
blocking2.0: --- → ?
Assignee | ||
Comment 2•14 years ago
|
||
Reporter | ||
Comment 3•14 years ago
|
||
Comment on attachment 495369 [details] [diff] [review]
patch
> .infoContainer {
> -moz-user-focus: normal;
> -moz-user-select: text;
> cursor: text !important;
This looks wrong / redundant.
Assignee | ||
Comment 4•14 years ago
|
||
Hmm, yes, didn't notice those existing rules. They just don't take effect when applied to the containing vbox...
Attachment #495369 -
Attachment is obsolete: true
Attachment #495978 -
Flags: review?(dolske)
Attachment #495369 -
Flags: review?(dolske)
Updated•14 years ago
|
blocking2.0: ? → final+
Updated•14 years ago
|
Attachment #495978 -
Flags: review?(dolske) → review+
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
You need to log in
before you can comment on or make changes to this bug.
Description
•