Closed
Bug 490471
Opened 16 years ago
Closed 14 years ago
selection disappear when style.overflow is changed on the body
Categories
(Core :: DOM: Selection, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 671055
People
(Reporter: fxbois, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.9) Gecko/2009040821 Firefox/3.0.9
You have a page (P) with an iframe with designMode=on.
The iframe contains text which is selected.
When you change the style.overflow of P.body, the selection inside the iframe disappears.
It is quite annoying when you try to develop a richtext with modal (the modal objet set the overflow to hidden in order to prevent scrolling).
Reproducible: Always
Steps to Reproduce:
1.open the testcase
2.select text inside the iframe
3.click on the link hidden
Actual Results:
the selection disappears
Expected Results:
perhaps should not disappear
the selection doesn't disappaer in opera or chrome
Updated•16 years ago
|
Component: General → Selection
Product: Firefox → Core
QA Contact: general → selection
Reporter | ||
Updated•16 years ago
|
Component: Selection → General
Product: Core → Firefox
Version: unspecified → 3.0 Branch
Updated•16 years ago
|
Component: General → Selection
Product: Firefox → Core
Version: 3.0 Branch → 1.9.0 Branch
Comment 1•14 years ago
|
||
bug 671055 was filed later, but it has an attached testcase. I mark this bug dup of it.
No longer blocks: 671055
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•