Closed
Bug 304263
Opened 19 years ago
Closed 19 years ago
onMouseOut not occur when there intensity changing object opacity
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: petroff, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.7.10) Gecko/20050717 Firefox/1.0.6 When some code is frequently changes opacity of some object, onMouseOut of that object not fires. This trouble arise then mouse pointer stay on object at least 2-3 seconds. I noticed that problem arise then delta (of opacity) is added to current opacity - some_object.style.opacity (see attach, line 40). If I write "some_object.style.opacity = some_object.style.opacity" (without adding delta), then onMouseOut occur correctly, but without necessary functionality. So, the summary: at intensive opacity changes event onMouseOut not fires. Reproducible: Always Steps to Reproduce: See attach
Comment 2•19 years ago
|
||
Seems to work fine for me in the latest nightly trunk build. Could you please test again with the nightly trunk build? http://ftp.scarlet.be/pub/mozilla.org/firefox/nightly/latest-trunk/
(In reply to comment #2) > Created an attachment (id=192424) [edit] > Testcase > > Seems to work fine for me in the latest nightly trunk build. > Could you please test again with the nightly trunk build? Yes, you are absolutely right. I'm sorry for disturbance - I didn't know about the nightly trunk build :(.
Comment 4•19 years ago
|
||
(In reply to comment #3) > Yes, you are absolutely right. I'm sorry for disturbance No need to apologise. > - I didn't know about the nightly trunk build :(. No you do ;) This bug can be resolved WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•