Extjs Qtip And Messagebox Issues, Text Is Truncated/missing Depending On The Browser
I am using EXTJS 4 (4.2.1.883) and experiencing issues with qtips and message boxes, on different browsers (Chrome, IE and Firefox) the text is getting truncated at different lengt
Solution 1:
Issue resolved by changing the message box to be Ext.Msg.show , the qtip issue is a bug in extjs 4.2 that has not been fixed (despite a few threads at Sencha claiming it is fixed), fix I made was to replace all the spaces, for example
blankText: 'New UserName is required'
Post a Comment for "Extjs Qtip And Messagebox Issues, Text Is Truncated/missing Depending On The Browser"