WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 137672
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-10-13 14:17:49 PDT
<
rdar://problem/18638921
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug