Bug 49126 - RenderBlock::positionForPoint is not writing-mode-aware.
Summary: RenderBlock::positionForPoint is not writing-mode-aware.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 46123
  Show dependency treegraph
 
Reported: 2010-11-05 22:56 PDT by Dave Hyatt
Modified: 2010-11-08 15:59 PST (History)
4 users (show)

See Also:


Attachments
Patch (154.94 KB, patch)
2010-11-08 12:25 PST, Dave Hyatt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2010-11-05 22:56:23 PDT
RenderBlock::positionForPoint is not writing-mode-aware.
Comment 1 Dave Hyatt 2010-11-08 12:25:46 PST
Created attachment 73266 [details]
Patch
Comment 2 mitz 2010-11-08 13:03:33 PST
Comment on attachment 73266 [details]
Patch

r=me (with a renaming of IntPoint::transpose())
Comment 3 Dave Hyatt 2010-11-08 13:13:33 PST
Fixed in r71563.
Comment 4 WebKit Review Bot 2010-11-08 13:41:33 PST
http://trac.webkit.org/changeset/71563 might have broken Qt Linux Release
The following tests are not passing:
editing/selection/move-by-line-003.html
fast/dom/Document/CaretRangeFromPoint/replace-element.html
Comment 5 Csaba Osztrogonác 2010-11-08 15:01:07 PST
(In reply to comment #4)
> http://trac.webkit.org/changeset/71563 might have broken Qt Linux Release
> The following tests are not passing:
> editing/selection/move-by-line-003.html
> fast/dom/Document/CaretRangeFromPoint/replace-element.html

Not only the Qt bot, the whole world :(
Comment 6 Dave Hyatt 2010-11-08 15:59:00 PST
Fixed the Ruby issue.

Regression test issue tracked in

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