[Webkit-unassigned] [Bug 94805] New: webkit does not adjust a view unit based font size until the page is refreshed (premature optimisation?)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 23 06:41:44 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=94805
Summary: webkit does not adjust a view unit based font size
until the page is refreshed (premature optimisation?)
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://m8y.org/tmp/testcase272.xhtml
OS/Version: All
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bugs at m8y.org
This is particularly unfortunate since one of the strengths of view units is the ability to set variable font size.
Now. I'm not totally sure this is a bug in Webkit since unfortunately Internet Explorer 10 does the exact same thing.
It might be in the spec that way.
But, what you'd think *could* be done, would be that even if resizing the font continuously would be a performance issue, surely you could at least avoid the need for a manual refresh by the user by simply queuing a request to do this recalc maybe 500ms after any window resize. That way while the window was being resized, it wouldn't trigger 'cause it'd continually be pushed back. But as soon as it was done resizing, we'd get a nicely sized font.
--
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