-
2 Feb 2013 6:32 AM #1
Qtip header add a line break for each space
Qtip header add a line break for each space
REQUIRED INFORMATION
Ext version tested:- Ext 4.1.3.548
- FF18
- IE8,9,10
- Safari 6
- Chrome
- <!DOCTYPE html>
If I add an qtip for a tree node with
The qtip header has for each space in "my funny header" a line break.PHP Code:node.set('qtitle','my funny header');
node.set('qtip','my funny text foobar');
This is only if the tip is showing for the first time. after that, the qtip header looks like expected.
If I add the qtitle with non breaking space,
The qtip header looks like expected.PHP Code:node.set('qtitle','my funny header');
-
4 Feb 2013 7:04 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,599
- Vote Rating
- 434
I do not see this, can I get a fun runnable test case?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.


Reply With Quote