Reviewed by john
* khtml/rendering/bidi.cpp:
(khtml::BidiIterator::direction):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8693
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-02-25 David Hyatt <hyatt@apple.com>
+
+ Back out fix for 3382926, since it breaks LTR text inside RTL contexts.
+
+ Reviewed by john
+
+ * khtml/rendering/bidi.cpp:
+ (khtml::BidiIterator::direction):
+
2005-02-25 David Hyatt <hyatt@apple.com>
Fix for 3975039, scrolling is slow in huge RSS views. Optimize the calculation of clip rects for overflow:hidden
if ( pos >= renderTxt->stringLength() )
return QChar::DirON;
- if (obj->style()->direction() == RTL && pos == 0)
- return QChar::DirR;
-
return renderTxt->text()[pos].direction();
}