Closed
Bug 556156
Opened 16 years ago
Closed 16 years ago
Cursor isn't updated during reload
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 497134
People
(Reporter: arcadius, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.2) Gecko/20100316 Firefox/3.6.2
1. By Javascript, show DIV element that covers entire window and has custom CSS "cursor" property,
2. Reload page, by "window.location.href = window.location.href" or by F5.
All page will be reloaded except cursor.
The initial cursor state is reset on mouse touch.
Reproducible: Always
Steps to Reproduce:
1. Load http://fedushin.ru/cursor_not_updated_on_reload.html,
2. Click on the button.
Actual Results:
The page is reloaded, but cursor keeps its modified state.
Cursor will be reset only on mouse move.
Expected Results:
Cursor must be reset immediately during reload.
Related to/duplicate of bug 497134 comment 10?
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.
Description
•