AX: [ATK] atk_text_get_text_at_offset is broken for elements with CSS-generated text content
https://bugs.webkit.org/show_bug.cgi?id=137672
Summary AX: [ATK] atk_text_get_text_at_offset is broken for elements with CSS-generat...
Joanmarie Diggs
Reported 2014-10-13 14:17:38 PDT
Given: <html> <head> <style type="text/css"> p#generated:before { content: "Before"; } p#generated:after { content: "After"; } </style> </head> <body> <p id="generated"> Text </p> </body> </html> The reported line, word, and sentence for a specified offset is either a partial string or an empty string. See also bug 137669.
Attachments
Radar WebKit Bug Importer
Comment 1 2014-10-13 14:17:49 PDT
Note You need to log in before you can comment on or make changes to this bug.