WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
58845
Expose title direction in didReceiveTitle()
https://bugs.webkit.org/show_bug.cgi?id=58845
Summary
Expose title direction in didReceiveTitle()
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
Details
View All
Add attachment
proposed patch, testcase, etc.
Andy Estes
Comment 1
2011-05-02 19:59:02 PDT
<
rdar://problem/9372487
>
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.
Top of Page
Format For Printing
XML
Clone This Bug