WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
108806
ASSERT(static_cast<unsigned>(position.offsetInContainerNode()) <= node->length()) in updatePositionAfterAdoptingTextReplacement()
https://bugs.webkit.org/show_bug.cgi?id=108806
Summary
ASSERT(static_cast<unsigned>(position.offsetInContainerNode()) <= node->lengt...
123powerd231
Reported
2013-02-04 03:05:48 PST
Created
attachment 186332
[details]
html page I have a simple text input with java script handler. I do: 1."backspace" 2.1 3."up" and getting assert in updatePositionAfterAdoptingTextReplacement(qtwebkit\Source\WebCore\editing\FrameSelection.cpp file) funciton: ASSERT(static_cast<unsigned>(position.offsetInContainerNode()) <= node->length()); My toolset: Qt 5.0.0, mvs c++ compiler(visual studio 2008sp1+sdk), windows 7
Attachments
html page
(321 bytes, text/html)
2013-02-04 03:05 PST
,
123powerd231
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
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