-
13 Apr 2012 5:09 AM #1
(RC 2) ProgressBar shows   if you pass null as progress text
(RC 2) ProgressBar shows   if you pass null as progress text
If you pass null as progressText:
the progressbar shows " " as text:Code:ProgressBar bar = new ProgressBar(); bar.updateProgress(0.75, null);
progressbarm.png
While the doc for updateProgress() says:
Code:* @param text the string to display in the progress text element or null
-
13 Apr 2012 9:52 AM #2
Thanks for the report. I've been able to replicate the issue and have committed a fix to SVN as r2615.
-
3 May 2012 4:43 PM #3
The fix for this bug has been included in the public release of Sencha GXT 3.0.0. Please try your test case again with this release. Although we're confident that this issue has been resolved, please reply here (or start a new bug thread linking to this one) if you continue to notice issues.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-1906
in
3.0.


Reply With Quote