[Webkit-unassigned] [Bug 106792] Text Autosizing: don't autosize headers with multiple inline links.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 11:16:36 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106792





--- Comment #12 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2013-01-16 11:18:22 PST ---
(From update of attachment 183004)
View in context: https://bugs.webkit.org/attachment.cgi?id=183004&action=review

> Source/WebCore/ChangeLog:10
> +        This patch includes code for detecting rows of links typically seen
> +        in headers or footers of webpages. Such rows of links should not be
> +        autosized.

But the code would detect them everywhere on the page right

> Source/WebCore/rendering/TextAutosizer.cpp:281
> +    if (containerIsRowOfLinks(container))

IsCollectionOfLinks? what about oclumns of links? why is that not a problem?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list