Bug 58845

Summary: Expose title direction in didReceiveTitle()
Product: WebKit Reporter: Evan Martin <evan>
Component: WebKit APIAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: aestes, ahmad.saleem792, bfulgham, ossy
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=188505
Attachments:
Description Flags
patch for handling title direction in qt port none

Evan Martin
Reported 2011-04-18 15:47:21 PDT
WebCore now passes the direction (in the bidi sense) up to the WebKit port when notifying of a new title. This information should be sent on to the browser so that it can display the title of the page properly. See bug 58823.
Attachments
patch for handling title direction in qt port (4.17 KB, text/plain)
2011-09-08 00:10 PDT, lakshmig
no flags
Andy Estes
Comment 1 2011-05-02 19:59:02 PDT
lakshmig
Comment 2 2011-09-08 00:10:40 PDT
Created attachment 106704 [details] patch for handling title direction in qt port patch to handle titleDirection in qt port and QtTestBrowser
Evan Martin
Comment 3 2011-09-08 14:02:12 PDT
It is incorrect to just reverse the characters of string. The reversing only happens at rendering time -- the string always remains in logical order until the bidi algorithm is run.
Csaba Osztrogonác
Comment 4 2012-10-15 03:53:19 PDT
Is this bug still valid?
Brent Fulgham
Comment 5 2014-02-18 11:41:07 PST
This is still a failure on the Windows port. Not sure if other ports work properly.
Ahmad Saleem
Comment 6 2024-01-31 14:57:15 PST
All 'title-directionality' related tests are skipped or marked as failure. Additionally, Blink also removed these tests and test functionality: https://src.chromium.org/viewvc/blink?view=revision&revision=156607
Note You need to log in before you can comment on or make changes to this bug.