#15945 closed defect (invalid)
Programmatically created dijit.InlineEditbox is not mirrored correctly
Reported by: | Alia Naguib | Owned by: | Alia Naguib |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Locale: English Browsers: IE8/Windows 7, FF10/Windows 7
Procedure:
1- Set the direction of the programmatically created inlineEditBox to right to left (use dir="rtl")
2- Click on the text to do some editing
Actual Result:
- Once editing is activated, the text is automatically left aligned
Expected Result:
- Since RTL direction is specified, then whether in edit mode or not the text should remain right aligned
Attachments (3)
Change History (7)
Changed 10 years ago by
Attachment: | InlineEditBoxDefect.jpg added |
---|
comment:1 Changed 10 years ago by
Component: | General → Dijit |
---|---|
Owner: | set to Alia Naguib |
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Changed 10 years ago by
Attachment: | InlineEditBox.js.patch added |
---|
patch from Hossam Katory (IBM, CCLA)
Changed 10 years ago by
Attachment: | test_InlineEditBox.html added |
---|
comment:4 Changed 9 years ago by
That test case doesn't even create an InlineEditBox programmatically, does it?
Judging from Hossam's patch file, this is actually an enhancement request for InlineEditBox to inherit the direction setting from the srcNodeRef, as opposed to needing to specify the direction to the constructor. But there's no reason to do that for InlineEditBox when it isn't done for other widgets, like TextBox.
http://download.dojotoolkit.org/release-1.8.0/dojo-release-1.8.0/dijit/tests/test_InlineEditBox.html?dir=rtl works for me, what's your test case?