[Webkit-unassigned] [Bug 108806] New: Change text assert
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 4 03:03:44 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=108806
Summary: Change text assert
Product: WebKit
Version: 525.x (Safari 3.2)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Text
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kvodinskiy at mail.ru
Created an attachment (id=186332)
--> (https://bugs.webkit.org/attachment.cgi?id=186332&action=review)
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
--
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