[Webkit-unassigned] [Bug 104775] Cannot click an element at 2nd line or more inside inline-block in vertical writing mode.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 21:33:34 PST 2012


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





--- Comment #14 from Ryosuke Niwa <rniwa at webkit.org>  2012-12-19 21:35:49 PST ---
(From update of attachment 180273)
View in context: https://bugs.webkit.org/attachment.cgi?id=180273&action=review

> LayoutTests/fast/writing-mode/vertical-inline-block-hittest.html:19
> +    if (hitResult) {
> +        result.innerHTML = 'PASS: We can click "a" element at 2nd line inside inline-block.';
> +    } else {
> +        result.innerHTML = 'FAIL: We cannot hit "a" element at 2nd line inside inline-block.';
> +    }

No curly brackets around single statements. It’ll be also nice to hide the div so that “b” won’t get dumped.
Also you could make a use of js-test-pre.js and just do:
var elementInsideInlineBlockInSecondLine = document.querySelector(‘a’);
shouldBe(“document.elementFromPoint(5, 5)”, "elementInsideInlineBlockInSecondLine");

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


More information about the webkit-unassigned mailing list