[Webkit-unassigned] [Bug 23607] REGRESSION: Clicking near an contentEditable div will focus the div, even though it shouldn't!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 30 17:54:30 PST 2009


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27204|                            |review?
               Flag|                            |




------- Comment #9 from eric at webkit.org  2009-01-30 17:54 PDT -------
Created an attachment (id=27204)
 --> (https://bugs.webkit.org/attachment.cgi?id=27204&action=view)
Fix bugs 23605 and 23607

 LayoutTests/ChangeLog                              |   33 +++++
 ...ick-in-margins-inside-editable-div-expected.txt |   23 ++++
 .../click-in-margins-inside-editable-div.html      |   13 ++
 .../click-outside-editable-div-expected.txt        |   17 +++
 .../selection/click-outside-editable-div.html      |   13 ++
 .../selection/contenteditable-click-outside.html   |   13 --
 .../editing/selection/resources/TEMPLATE.html      |   13 ++
 .../click-in-margins-inside-editable-div.js        |  138 ++++++++++++++++++++
 .../resources/click-outside-editable-div.js        |   50 +++++++
 ...contenteditable-click-outside-expected.checksum |    1 -
 .../contenteditable-click-outside-expected.png     |  Bin 21262 -> 0 bytes
 .../contenteditable-click-outside-expected.txt     |   16 ---
 .../selection/select-all-iframe-expected.txt       |    4 +-
 .../select-from-textfield-outwards-expected.txt    |    2 +-
 .../contenteditable-click-outside-expected.txt     |   12 --
 .../selection/select-all-iframe-expected.txt       |   56 --------
 WebCore/ChangeLog                                  |   28 ++++
 WebCore/editing/VisiblePosition.cpp                |    4 +-
 WebCore/rendering/RenderBlock.cpp                  |  115 +++++++---------
 WebCore/rendering/RenderContainer.cpp              |    3 +-
 WebCore/rendering/RenderInline.cpp                 |    1 +
 21 files changed, 385 insertions(+), 170 deletions(-)


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