[Webkit-unassigned] [Bug 130941] [ATK] No accessible caret-moved events in a href display:block in div

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 21 04:43:48 PDT 2014


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


Jarek Czekalski <jarekczek at poczta.onet.pl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #228124|0                           |1
        is obsolete|                            |




--- Comment #2 from Jarek Czekalski <jarekczek at poczta.onet.pl>  2014-04-21 04:44:08 PST ---
Created an attachment (id=229800)
 --> (https://bugs.webkit.org/attachment.cgi?id=229800&action=review)
a test case

Actually the html file I attached earlier demonstrates a different bug, that I reported as bug #131933. So I submit a new test case for the bug here, which actually resembles the problem in gnome help. This is the clue of the bug:

<div>
<p>Para 1</p>
<a style="display:block;" href="anything">An a tag with href</a>
<p>Para 2</p>
</div>

To the bug #131933 I attached a testatk.c patch which detects both problems. This patch is hard to divide into 2 pieces.

Actually the testatk.c patch contains additional divs in the test case shown above, they should rather be removed.

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