[Webkit-unassigned] [Bug 11271] REGRESSION (r12358): Text in display: table unselectable

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 18 13:04:59 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11271


darin at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #12540|review?                     |review+
               Flag|                            |




------- Comment #4 from darin at apple.com  2007-01-18 13:04 PDT -------
(From update of attachment 12540)
Looks good. The way Hyatt had me fix something like this in another similar
case was to ask the renderer "isText() && !isBR()" instead of doing the
checking on the DOM tree side.

I think we should have a RenderObject call that returns style for other
renderers and 0 for text renderers that are not <br> elements. Or a boolean
check on RenderObject like isRealText() which is isText() && !isBR().

r=me


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



More information about the webkit-unassigned mailing list