Threaded View
-
1 Apr 2010 8:52 AM #1
[OPEN-816] Charts expressInstall not working
[OPEN-816] Charts expressInstall not working
Related post: http://www.extjs.com/forum/showthread.php?t=94876
Ext version tested:- Ext 3.2.0 (release)
Adapter used:- ext
css used:- only default ext-all.css
Browser versions tested against:- IE8
- FF3.5.8
Operating System:- WinXP
Description:- Express install does not prompt to install Flash if Flash is not installed at all.
Test Case:
Use the /examples/chart/charts.html and add this between the ext-all.js and charts.js include.
Steps to reproduce the problem:Code:<script> Ext.FlashComponent.EXPRESS_INSTALL_URL = '../../resources/expressinstall.swf'; Ext.override(Ext.chart.Chart, { expressInstall: true }); </script>- set the express install url
- enable expressInstall
- open charts.html in a browser without Flash installed
The result that was expected:- user should be prompted to install Flash.
The result that occurs instead:- nothing happens. empty div is created where chart should be.
-Shea
My Blog:VinylFox | Twitter:@VinylFox | JavaScript Magazine:JSMag | Curator of the Baltimore/DC JavaScript Meetup | Author: Learning ExtJS 3.x Book
ExtJS Extensions & Plugins: GMapPanel UX | HtmlEditor Buttons Plugin | Selection Enabler Plugin | Grid DataDrop Plugin | Additional Ext.Fx
Sencha Touch Plugins: Swipe Tabs | List Pull Refresh | Accelerometer Tabs
Thank you for reporting this bug. We will make it our priority to review this report.




Reply With Quote