Closed Bug 490805 Opened 16 years ago Closed 16 years ago

When there is content generated by CSS, selection of the text by the mouse is difficult.

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 12460

People

(Reporter: alice0775, Unassigned)

Details

Attachments

(1 file)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b5pre) Gecko/20090429 Firefox/3.5.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b5pre) Gecko/20090429 Firefox/3.5.0 When there is content generated by CSS, selection of the text by the mouse is difficult. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>test</title> <style type="text/css"> span:before { content : "[[[[[["; } span:after { content : "]]]]]]"; } </style> </head> <body> <span>aaaa</span><span>1111</span><span>zzzz</span> </body> </html> Reproducible: Always Steps to Reproduce: 1.OPEN test case 2.In order to select text, a drug is started from on the character of "[[[" . 3. Actual Results: text(aaaa 1111 zzzz )cannot be selected. Expected Results: aaaa 1111 zzzz can be selected at least. In Google Chrome, aaaa 1111 zzzz can be selected. In Opera aaaa 1111 zzzz can be select with genereted content by css.
Attached file test case (deleted) —
Thanks for reporting.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: