Revision 831069
Go back to digest for 13th July 2008Bug Fixes in KDE Base
David Faure committed changes in /trunk/KDE/kdelibs/khtml/rendering/render_form.cpp:
Fix infinite loop which has plagued me now and then for a long time, today with the google midterm_mentor_survey.html form.
Somehow a qtextdocument can have 1 block, with 2 chars, but as text or html it would show a single space.
So atEnd was always false, move to end would stay at position 0, and MoveDown would fail.
Strange.
File Changes
Modified 1 files
- /trunk/KDE/kdelibs/khtml/rendering/render_form.cpp
1 files changed in total