[Webkit-unassigned] [Bug 8008] Textarea uses the I-beam ("text") cursor when disabled, not "default"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 11 15:00:22 PDT 2008


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


darin at apple.com changed:

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




------- Comment #13 from darin at apple.com  2008-06-11 15:00 PDT -------
(From update of attachment 21103)
+            if ((editable || (renderer && renderer->isText() &&
node->canStartSelection())) && !inResizer && !scrollbar &&
renderer->containingBlock()->node()->isEnabled())

What guarantees that renderer->containingBlock() is non-zero?

What guarantees that renderer->containingBlock()->node() is non-zero?

Is there any way to make a regression test for this? Can we come up with a
regression testing system for cursors?

Assuming the answers to all these questions are good (something, something, and
some good excuse for not being able to test), then r=me.


-- 
Configure bugmail: https://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