Bug 117398 - Cursor set in CSS doesn't change after element get's hidden via JavaScript
Summary: Cursor set in CSS doesn't change after element get's hidden via JavaScript
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: Mac (Intel) OS X 10.8
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-10 01:53 PDT by Dmitriy Kubyshkin
Modified: 2022-07-13 14:50 PDT (History)
1 user (show)

See Also:


Attachments
Test Case (253 bytes, text/html)
2013-06-10 01:54 PDT, Dmitriy Kubyshkin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitriy Kubyshkin 2013-06-10 01:53:38 PDT
In the attached example expected "pointer" cursor to change back to "default" when an element is set to "display: none" by JavaScript onclick. This works properly on Windows.
Comment 1 Dmitriy Kubyshkin 2013-06-10 01:54:18 PDT
Created attachment 204142 [details]
Test Case
Comment 2 Brent Fulgham 2022-07-13 14:50:56 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.