Bug 70081
Summary: | REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor | ||
---|---|---|---|
Product: | WebKit | Reporter: | Kevin Haggerty <splatcol> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, darin, mitz |
Priority: | P1 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.7 | ||
URL: | data:text/html,<div style="cursor:nesw-resize; background-color:blue"> </div> |
Kevin Haggerty
Adding this CSS to an element:
.resize {
cursor: nesw-resize;
}
does not work as expected. Cursor actually shows up as a sw-resize cursor. the nwse-resize cursor is unaffected, and shows up as expected.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Kevin Haggerty
Tested this in Safari 5.1 (MacOS 10.7) and nesw-resize works as expected. This bug only shows up in the latest webkit nightly.
Alexey Proskuryakov
This is due to a typo in WebKitSystemInterface changes for <http://trac.webkit.org/changeset/90087>.
Safari 5.1.1 on Lion is affected.
Darin Adler
Oops.
Darin Adler
I could have sworn I tested those all!
mitz
<rdar://problem/10288112>
mitz
Fixed in <http://trac.webkit.org/r97490>.