Bug 244631
Summary: | HTMLImageElement::parseAttribute ignores some attribute changes if isImageMenuEnabled() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | annevk, megan_gardner, sabouhallawa, simon.fraser, webkit-bug-importer, wenson_hsieh |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Cameron McCormack (:heycam)
We don't continue on to check for loading, name, or any attribute handled by HTMLElement::parseAttribute, if isImageMenuEnabled() is true.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/99665378>
Anne van Kesteren
This was fixed by bug 255258.
*** This bug has been marked as a duplicate of bug 255258 ***