Bug 6287
Summary: | Quirks mode: text shrink/zoom causes text to escape bounding box | ||
---|---|---|---|
Product: | WebKit | Reporter: | Geoffrey Garen <ggaren> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | Keywords: | HasReduction |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.easy-designs.net/articles/safariGeneratedContentWidthBug/ |
Geoffrey Garen
This bug report comes from QuirksMode.
When text is shrunken or enlarged in Safari (via Cmd-- or Cmd-+), generated content can cause text to be
pushed outside of its bounding box.
Example @ http://www.easy-designs.net/articles/safariGeneratedContentWidthBug/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Geoffrey Garen
The way this happens with shrinking is that shrinking can cause a wrapped line to unwrap, thus becoming
large enough to escape the bounding box.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of 9262 ***