-
20 Jul 2009 4:31 AM #11
Great Job BUT unfortunately it dosn't support IE well
Great Job BUT unfortunately it dosn't support IE well
Too bad that some important things don't work well in IE:
- tabs: in the example "tabs-adv.html" all tabs are invisible but in "layout/complex.html" tabs are visible but only text of first tab is visible.
- form: in "form/form-grid.html", fields are not aligned with labels
I hope you will consider IE.
-
20 Jul 2009 5:12 AM #12
forms in IE: resize to align
forms in IE: resize to align
About my previous post: I have to increase form width to align field with labels but then I have big empty zone to the left of the fields
-
30 Jul 2009 4:09 PM #13
elnove: Can you mail me a full working example ? I couldn't get the code you've pasted to work, and it'll save me some time, which helps as well.
Thanks
-
8 Nov 2009 1:41 AM #14
some fix
fix combo box in adobe air
change
toCode:.ext-safari .x-form-field-wrap .x-form-trigger,.ext-gecko .x-form-field-wrap .x-form-trigger { right:auto; left:0; }
for rtl Progress Bar add this cssCode:.ext-safari .x-form-field-wrap .x-form-trigger,.ext-gecko .x-form-field-wrap .x-form-trigger ,.ext-webkit .x-form-field-wrap .x-form-trigger{ right:auto; left:0; }
Code:.x-progress-bar{ float:right } .x-progress-text{ left:auto; right:0; }No honor is like knowledge
-
8 Nov 2009 2:36 AM #15
and this for fix combobox
Code:Ext.override(Ext.form.ComboBox, { listAlign:'tr-br?' });No honor is like knowledge
-
8 Nov 2009 11:24 PM #16
fix field . if layout is fit or field have width problem
Code:.x-form-field-wrap {left:auto; right:0px; float:left;}No honor is like knowledge
-
10 Nov 2009 4:34 AM #17
Thanks Vahid.
Applied all except the last one (which breaks on normal forms). See change sets:
http://github.com/mksoft/ExtJS-RTL/c...25418ffc99c1ca
http://github.com/mksoft/ExtJS-RTL/c...9cf716e43d7544
On a side note: I'm not using ExtJS anymore. Started using another framework which supports RTL out of the box and is a priority for the core devs as well. So if someone wishes to fork and maintain an updated version, specify it here.
Otherwise I'll continue commit changes from users, but mostly untested.
-
10 Nov 2009 10:54 AM #18
Which framework?
we and extjs team Must solve this problem
Extjs team should do this importantNo honor is like knowledge
-
11 Nov 2009 3:17 PM #19
Dojo.
As for the dev team I've given up, doesn't look like they're interested. The lack of RTL support has been going on since 2.0 (search for it). I did support for 2.0 in internal testing project, but 3.0 came and broken that - one can expect the same in the future as it's not their priority.
-
23 Nov 2009 9:06 AM #20
Hi MK,
I've upgraded to 3.0.3 and all the forms labels were aligned to the left.
I undestand that you swiched to Dojo, but would you please give it a quick look, and try to solve it, I couldn't, my gues is that you can.
thanks,
El
Live long and prosper \\//


Reply With Quote