[webkit-reviews] review requested: [Bug 22333] Text wrapping algorithm for small screens (eg. Mobile screens) : [Attachment 25265] Text wrapping algorithm for fixed width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 19 06:02:51 PST 2008


Biment Srivastav <biment.srivastav at nokia.com> has asked  for review:
Bug 22333: Text wrapping algorithm for small screens (eg. Mobile screens)
https://bugs.webkit.org/show_bug.cgi?id=22333

Attachment 25265: Text wrapping algorithm for fixed width
https://bugs.webkit.org/attachment.cgi?id=25265&action=review

------- Additional Comments from Biment Srivastav <biment.srivastav at nokia.com>
I am attaching a patch with compile-time flag.

Brief description about Text wrapping for fixed width: -
To avoid horizontal scrolling while reading text content in small display, we
override the fixed width with screen width for the the block which contains
text.

I have also attached screen-shots which illusrates the usage of the feature.

normalTextWrappinh.jpg - result without algorithm
resultWithAlgorithm.jpg - result with algorithm


More information about the webkit-reviews mailing list