Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJS-8824
in
a recent build.
-

Originally Posted by
GenerationIT
And by the way, any idea when is the next 4.2 bug fix release scheduled for?
I have moved to the 4.2.1 nightly that subscribing users can download from SenchaCare.
-
Sencha User

Originally Posted by
tangix
I have moved to the 4.2.1 nightly that subscribing users can download from SenchaCare.
Does this fix the bug in question or are you just saying a next release has a nightly?
-

Originally Posted by
alexmipego
Does this fix the bug in question or are you just saying a next release has a nightly?
Definitely a relevant question!
As I haven't tested this specific problem (I got bitten by the IE8 CSS problems in 4.2.0 that forced me to move to 4.2.1 nightly fixing it) I guess I am just saying that there's a nightly build to test.
The tooltips do look OK anyway in 4.2.1.
-
I tested with the nightly and as of 20130409 the issues in IE10 have been fixed but issues in Chrome remain.
I had success using an older version of auto layout for tips in Chrome. This and some possible other workarounds have been discussed here:
http://www.sencha.com/forum/showthre...the-text/page3
-
Ext JS Premium Member
+1
Limited fix posted on "http://stackoverflow.com/questions/1...o-see-contents"
Code:
.x-tip-form-invalid, .x-tip-body-form-invalid { width: 150px !important;}
-
Sencha User
maybe you can try this: "Ext.tip.Tip.prototype.minWidth = 'auto';"
e.g.: Ext.QuickTips.init();
Ext.tip.Tip.prototype.minWidth = 'auto';
Ext.form.Field.prototype.msgTarget = 'side';
work for me on chrome + safari (didn't check others...)
-
21 Apr 2013, 10:40 PM
#17
Sencha User
try to change msgTarget
Solved with another option: setting "msgTarget: 'title'", or "msgTarget: 'under'", tips work correctly and are fully visible on firefox, chrome, etc.
-
Sencha Premium Member
Not fixed
The bug is still present in 4.2.1.778
osx 10.7.5
Chrome 26.0.1410
Can verify on local version of docs @ docs/#!/example/qtips/qtips.html
-
Fixed!
It is definitely fixed in the current nightly (4.2.1.842)!
I used this version to run the cases of the postings above in IE10, FF20 and Chrome 26 (all Windows7), and the quicktips are fine now!
-
Sencha Premium Member
Looks good! Pity the row editing is broken in 8/9 May betas.