[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
Thu Feb 12 16:02:03 PST 2009


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


ojan at chromium.org changed:

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




------- Comment #19 from ojan at chromium.org  2009-02-12 16:02 PDT -------
Created an attachment (id=27626)
 --> (https://bugs.webkit.org/attachment.cgi?id=27626&action=view)
Fix for clicking below the last root line box with multiple line boxes.

 LayoutTests/ChangeLog                              |   35 ++++
 ...ick-in-margins-inside-editable-div-expected.txt |   23 +++
 .../click-in-margins-inside-editable-div.html      |   14 ++
 ...n-padding-with-multiple-line-boxes-expected.txt |   11 ++
 .../click-in-padding-with-multiple-line-boxes.html |   14 ++
 .../click-outside-editable-div-expected.txt        |   20 ++
 .../selection/click-outside-editable-div.html      |   14 ++
 .../selection/contenteditable-click-outside.html   |   13 --
 .../editing/selection/resources/TEMPLATE.html      |   14 ++
 .../click-in-margins-inside-editable-div.js        |   93 ++++++++++
 .../click-in-padding-with-multiple-line-boxes.js   |   62 +++++++
 .../resources/click-outside-editable-div.js        |   49 +++++
 .../resources/js-test-selection-shared.js          |   44 +++++
 .../editing/selection/select-missing-image.html    |    2 +-
 ...contenteditable-click-outside-expected.checksum |    1 -
 .../contenteditable-click-outside-expected.txt     |   16 --
 .../selection/select-all-iframe-expected.txt       |    4 +-
 .../select-from-textfield-outwards-expected.txt    |    2 +-
 .../selection/select-missing-image-expected.txt    |    3 +-
 .../contenteditable-click-outside-expected.txt     |   12 --
 .../selection/select-all-iframe-expected.txt       |   56 ------
 WebCore/ChangeLog                                  |   29 +++
 WebCore/editing/VisiblePosition.cpp                |   10 +-
 WebCore/rendering/RenderBlock.cpp                  |  184 ++++++++++----------
 24 files changed, 525 insertions(+), 200 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