[Webkit-unassigned] [Bug 56442] Horizontal scrollbar often appears when typing in textarea when the text should be wrapped instead.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 6 00:01:17 PST 2014


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


katna.bhargavi at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katna.bhargavi at gmail.com




--- Comment #5 from katna.bhargavi at gmail.com  2014-03-05 23:58:19 PST ---
I have started analysing this issue.

This is happening due to trailing spaces at the end of the lineBreaker.
In BreakingContextInlineHeaders.h , handleText() API  a check is added
  if (!m_width.fitsOnLineIncludingExtraWidth(charWidth)) . In this just setting the position of lineBreaker and renderer will do. Trailing whitespaces needs to be removed to set the space at the end of line in text area.

-- 
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