[Webkit-unassigned] [Bug 23156] cant alignt text to the right using right shift and right ctrl
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 7 22:15:20 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23156
------- Comment #5 from mitz at webkit.org 2009-01-07 22:15 PDT -------
(In reply to comment #4)
> > > (b) Add code to the function to change the DOM attributes.
> >
> > I do not think that would be necessary. setBaseWritingDirection has the
> > necessary code to achieve what the command does, in a way that as far as I can
> > tell is compatible with IE.
>
> Sorry for my stupid description.
> This "the function" means the WebCore::executeMakeTextDirectionLeftToRight()
> function. I noticed the Editor::setBaseWritingDirection() has code to change
> the DOM attributes.
executeMakeTextDirectionLeftToRight() implements functionality that, as far as
I know, does not exist in other engines, and a choice was made to implement it
using the CSS properties 'unicode-bidi' and 'direction'. Why do you feel that
executeMakeTextDirectionLeftToRight() needs to use DOM attributes, and how does
it relate to this bug?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list