Bug 42615 - svg/dynamic-updates: cursor attribute changes not respected
Summary: svg/dynamic-updates: cursor attribute changes not respected
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nikolas Zimmermann
URL:
Keywords:
Depends on: 42376
Blocks: 42618
  Show dependency treegraph
 
Reported: 2010-07-20 00:12 PDT by Nikolas Zimmermann
Modified: 2010-07-30 04:10 PDT (History)
1 user (show)

See Also:


Attachments
Patch (234.74 KB, patch)
2010-07-30 03:28 PDT, Nikolas Zimmermann
krit: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikolas Zimmermann 2010-07-20 00:12:27 PDT
The SVGCursorElement (manual) tests are broken. The cursor should have a large x/y offset, until clicking on it, where it should be gone.
It doesn't have any offset at the moment, seems x/y are not respected anymore on cursors.
Comment 1 Nikolas Zimmermann 2010-07-30 03:28:50 PDT
Created attachment 63044 [details]
Patch

Turns out the tests were just wrong, cursor changes work as expected.
Comment 2 Dirk Schulze 2010-07-30 04:08:56 PDT
Comment on attachment 63044 [details]
Patch

r=me
Comment 3 Nikolas Zimmermann 2010-07-30 04:10:50 PDT
Landed in r64347.