CLOSED FIXED Bug 15068
[S60] VBRY-763RLF : RTL brackets and alt text are displayed incorrecting
https://bugs.webkit.org/show_bug.cgi?id=15068
Summary [S60] VBRY-763RLF : RTL brackets and alt text are displayed incorrecting
Pat
Reported 2007-08-24 05:46:23 PDT
TSW ID: VBRY-763RLF For RTL languages, special characters, such as brackets are displayed incorrectly. Also Alternative text for images are displayed LTR, instead of RTL. The alt text issue is on Safari also, but they always display a broken image icon, so the text is not displayed.
Attachments
3.2 patch for RTL text in body and alt text (9.23 KB, patch)
2007-08-27 08:46 PDT, Pat
yongjun.zhang: review-
3.2 patch for RTL text in body and alt image text (8.13 KB, patch)
2007-09-07 10:36 PDT, Pat
yongjun.zhang: review+
Pat
Comment 1 2007-08-27 08:46:22 PDT
Created attachment 16132 [details] 3.2 patch for RTL text in body and alt text This patch needs to be reviewed by Sachin (WebKit part) and Zalan (WebCore part).
Pat
Comment 2 2007-08-27 11:39:14 PDT
Comment on attachment 16132 [details] 3.2 patch for RTL text in body and alt text Sachin requested that Yongjun review the WebKit part of patch, since he wrote that module. Reassigning review to Yongjun.
Yongjun Zhang
Comment 3 2007-09-05 13:31:01 PDT
Comment on attachment 16132 [details] 3.2 patch for RTL text in body and alt text Possible memory leak here: + // We have a RTL string + TBidiText* bidiText = TBidiText::NewL( newStr, 1, TBidiText::ERightToLeft ); + bidiText->WrapText( WidthForRun( aRun, aStyle ), *iFont ); + bidiText->DrawText( bitgc, startPos ); / bidiText is never deleted.
Pat
Comment 4 2007-09-07 10:36:19 PDT
Created attachment 16219 [details] 3.2 patch for RTL text in body and alt image text Fixes memory leak, by deleting TBidiText.
Yongjun Zhang
Comment 5 2007-09-10 07:06:04 PDT
Comment on attachment 16219 [details] 3.2 patch for RTL text in body and alt image text r = me
Bradley Morrison
Comment 6 2008-04-09 11:39:57 PDT
Bulk closing of all s60 platform bugs. Sorry for the noise!
Joel Parks
Comment 7 2011-03-21 11:53:37 PDT
re-purposing InTSW keyword for use by QtWebkit team
Note You need to log in before you can comment on or make changes to this bug.