[Webkit-unassigned] [Bug 137672] New: AX: [ATK] atk_text_get_text_at_offset is broken for elements with CSS-generated text content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 13 14:17:44 PDT 2014


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

           Summary: AX: [ATK] atk_text_get_text_at_offset is broken for
                    elements with CSS-generated text content
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jdiggs at igalia.com
                CC: webkit-bug-importer at group.apple.com
            Blocks: 25531


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.

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