RESOLVED CONFIGURATION CHANGED Bug 8855
Assertion failure in Position::upstream() when text-transform modifies text length
https://bugs.webkit.org/show_bug.cgi?id=8855
Summary Assertion failure in Position::upstream() when text-transform modifies text l...
Alexey Proskuryakov
Reported 2006-05-11 11:30:53 PDT
Steps to reproduce: 1. Open the attached test case in a debug build of WebKit. 2. Click anywhere below the text. Results: /Users/ap/WebKit/WebCore/dom/Position.cpp:341: failed assertion `currentOffset >= renderer->caretMaxOffset()' This is of course highly related to the problem of non-selectable generated content.
Attachments
test case (294 bytes, text/html)
2006-05-11 11:31 PDT, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2006-05-11 11:31:13 PDT
Created attachment 8246 [details] test case
mitz
Comment 2 2009-11-16 16:14:52 PST
See also bug 31563
Ahmad Saleem
Comment 3 2023-02-22 14:56:51 PST
I am not able to reproduce this assert in WebKit ToT based of 260689@main using Mini-Browser in WK2 window. Same is with WK1 window. Can we close this?
Ahmad Saleem
Comment 4 2023-02-22 14:57:10 PST
Just to update - I am using DEBUG build.
Ahmad Saleem
Comment 5 2024-03-07 14:16:26 PST
Unable to reproduce using Debug WebKit ToT build (275804@main).
Note You need to log in before you can comment on or make changes to this bug.