Flex chart restarts on tab focus in firefox

I have plotted flex chart inside div element. It shows up correctly but when i go to another tab in firefox and comes back then flex chart restarts. Also i have seen it happens inside dojo tabs also.
Anyone has any idea why chart restarts ? How can this be avoided.
Thanks,
Zooz

The author of Custom New Tab says this will be in the next update of the extension.
If you don't want to wait for the approval cycle on the Add-ons site, you can grab it from the Versions page:
https://addons.mozilla.org/firefox/addon/custom-new-tab/versions/
<s>Note: I have not tested it myself.</s>
<u>Version 1.9 worked for me. See screenshot regarding how the Options dialog works for the updated extension.</u>

Similar Messages

  • I just updated to 4.0.1 and I get the "We're sorry. Firefox had a problem and crashed. We will try to open your tabs/windows when Firefox restarts" However, it just keeps popping back up, firefox never restarts!!!

    This morning I had a popup on my Windows XP PC stating that the 4.0.1 update was available. I upgraded. now, i receive the following error: We're sorry. Firefox had a problem and crashed. We will try to open your tabs/windows when Firefox restarts. You can submit crash report data, blah blah blah (which i have submitted several)
    But, firefox DOES NOT ever open. It just pops back up with that same report window, over and over.

    It is possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • Firefox switch tab, focus stays in old tab [SOLVED]

    This doesn't happen all the time, but quite often.
    I switch to a different tab with alt+# or ctrl-(shift)-tab, and then press e.g. page-down, and instead of anything happen on this tab, the previous tab gets a page-down.
    Has anyone experienced anything like this?
    EDIT: [SOLVED] problem went away after installing Vimperator.
    Last edited by Procyon (2008-09-30 17:56:56)

    I'm guessing that one of your extensions has redefined the way tabs work. Firefox 3 works as expected here.

  • Flex 2.0.1 SDK Hotfix 1 breaking Flex Charting?

    Hi all,
    I applied the Flex SDK 2.0.1 Hotfix 1 listed in
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=kb401224
    to my Eclipse Flex Plugin environment with SDK 2.0.1. Unfortunately
    this seems to have broken flex charting with the following
    compilation errors in my project: Unable to resolve a class for
    ResourceBundle: charts.
    Now the SDK doesn't have the charts.swc file, so I tried
    copying over the charts.swc from my old SDK folder to the
    frameworks\libs folder under the new hotfixed SDK. This doesn't
    seem to fix the error however. It makes sense as charting it a
    separate component but maybe there is an upgraded chart version as
    well to work with the hotfixed SDK?
    Can anyone provide any guidance here, we are in dire
    straights. Any help is greatly appreciated!
    Regards,
    Jason

    Nope, doesn't say anthing about that
    To update the Flex Builder 2 Eclipse plug-in on Windows:
    1. Read the Flex Builder 2 Release Notes for any
    late-breaking information, updates, and known issues.
    2. Download the Flex Builder 2.0.1 Update Installer for
    Windows from the Adobe Flex Support Center.
    3. Open or double-click the installer executable file.
    4. Accept the license agreement and follow the prompts.
    5. If the installer detects multiple installations of Flex
    Builder 2, it prompts you for the location to be updated.
    6. Select which Flash Player 9 browser plug-in to install:
    * Internet Explorer
    * Netscape or Firefox
    Note: Flex Builder 2.0.1 and Flex SDK 2.0.1 can run with the
    base version of Flash Player 9 (Version: 9,0,16,0 dated 6/27/07).
    However, it's best to install the Flash Player 9 Update.
    7. (Optional) When the installation finishes, restart your
    computer to ensure that the updated Flash Player browser plug-in is
    enabled.
    8. Start Flex Builder.

  • How do I prevent tab focus from changing when I scroll tabs with the mouse wheel? [SOLVED]

    Whenever I scroll my tabs with the mouse scroll wheel the tab focus changes from the page I'm currently on to the tab being scrolled to. I usually have a large list of tabs open and I depend on being able to scroll tabs without changing page focus to keep myself organized.
    Also, I'd like to disable tab scroll wrapping; Once I've scrolled my tabs to the end I'd like it to stop scrolling, not wrap around to the start of my tabs.
    Is there a way to disable these features and revert to the tab scrolling behaviour of a previous version of Firefox?

    This is not a standard feature and can be caused by an extension.
    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Copy and Paste Flex chart to Word Document

    Hi , I'm a newbie to Flex and was wondering if anyone knows
    if it possible to use the right click button on the mouse to copy
    and paste a Flex chart to a Word Document? Any help would be
    greatly appreciated.
    thanks

    Hi,
    Simply let a IE or FireFox window display your Flex chart,
    and hold [Alt] and press [PrtSc] in your keyboard, Then, paste it
    into Word or Paint to be edited.
    Have fun!
    Jeffrey

  • Migrate Flex Chart to AS

    Hi,
    I've put together a simple test app that pulls data from blazeds and inserts the results in a PieChart defined in mxml. However when I try to create the same chart in AS the chart doesn't show up. I suspect that it is perhaps related to the sequence of how things are initialized? but I'm not sure
    Here is my code. I've created 3 charts. The first (mxml) chart is the one that works fine. The second (AS) is my attempt to recreate the mxml chart in AS and it does not work. The third is a sanity check of another test AS chart just to see if I can actually make an AS PieChart and it also works fine.
    If anyone has any insight it would be much appreciated.
    Thank you,
    Kaveh
    <?xml version="1.0" encoding="utf-8"?>
    <!-- intro\intro_remoting.mxml -->
    <mx:Application     xmlns:mx="http://www.adobe.com/2006/mxml"
                        xmlns:data="com.kg.data.*"
                        width="100%"
                        height="100%"
                        initialize="getPokerParameterNumbers()"
                        backgroundColor="#FFFFFF">
        <mx:Script>
            <![CDATA[          
                import mx.rpc.events.FaultEvent;
                import mx.rpc.events.ResultEvent;
                import mx.collections.ArrayCollection;
                import mx.charts.PieChart;
                import mx.charts.series.PieSeries;
                import mx.charts.Legend;           
                [Bindable]
                public var paramCount:ArrayCollection;
                [Bindable]
                 public var expenses:ArrayCollection = new ArrayCollection([
                    {Expense:"Taxes", Amount:2000},
                    {Expense:"Rent", Amount:1000},
                    {Expense:"Bills", Amount:100},
                    {Expense:"Car", Amount:450},
                    {Expense:"Gas", Amount:100},
                    {Expense:"Food", Amount:200}
                // Get the initial data set from the poker db
                private function getPokerParameterNumbers():void {
                    //remoteObject.getParameterTypesAndCount();
                    remoteObject.getParameterCount();
                    addSecondChart();
                    add3rdChart();
                // Handle the recevied message.
                private function resultHandler(event:ResultEvent):void {
                    statusTextArea.text += "Server responded [] : \n";
                    var myObject:Object = event.result;
                    paramCount.removeAll();
                    for (var key:* in myObject)
                      var value:* = myObject[key];
                      statusTextArea.text += "Parameter: " + key + " Count: " + value + "\n";
                      var paramItem:Object = new Object();
                      paramItem.parameterization = key;
                      paramItem.count = value;
                      paramCount.addItem(paramItem);
                    paramCount.refresh();
                private function newResultHandler(event:ResultEvent):void {
                    var collectionResult:ArrayCollection = ArrayCollection(event.result);
                    statusTextArea.text += "-" + collectionResult.length + "-";
                    paramCount = ArrayCollection(event.result);
                // Handle a message fault.
                private function faultHandler(event:FaultEvent):void {
                    statusTextArea.text += "Received fault: " + event.fault + "\n";
                public function addSecondChart():void {
                    //var medalsAC:ArrayCollection;
                    var chart:PieChart;
                    var series:PieSeries;
                    //medalsAC = getDataProvider();
                    /* Define pie series. */
                    series = new PieSeries();
                    //series.nameField = "label";
                    //series.field = "data";
                    series.nameField = "name";
                    series.field = "count";
                    /* Remove default dropshadow filter. */
                    series.filters = [];
                    /* Define pie chart. */
                    chart = new PieChart();
                    chart.percentWidth = 100;
                    chart.percentHeight = 100;
                    chart.showDataTips = true;
                    //chart.dataProvider = medalsAC;
                    chart.dataProvider = paramCount;
                    chart.series = [series];
                    /* Add chart to the display list. */
                    topHBox.addChild(chart);
                private function add3rdChart():void {
                    var medalsAC:ArrayCollection;
                    var chart:PieChart;
                    var series:PieSeries;
                    medalsAC = getDataProvider();
                    /* Define pie series. */
                    series = new PieSeries();
                    series.nameField = "label";
                    series.field = "data";
                    /* Remove default dropshadow filter. */
                    series.filters = [];
                    /* Define pie chart. */
                    chart = new PieChart();
                    chart.percentWidth = 100;
                    chart.percentHeight = 100;
                    chart.showDataTips = true;
                    chart.dataProvider = medalsAC;
                    chart.series = [series];
                    /* Add chart to the display list. */
                    p1.addChild(chart);
                 * Create and return a simple ArrayCollection to
                 * use as a data provider.
                private function getDataProvider():ArrayCollection {
                    var arr:Array = [];
                    arr.push({label:"Product 1", data:3});
                    arr.push({label:"Product 2", data:1});
                    arr.push({label:"Product 3", data:4});
                    arr.push({label:"Product 4", data:1});
                    arr.push({label:"Product 5", data:5});
                    arr.push({label:"Product 6", data:9});
                    return new ArrayCollection(arr);
            ]]>
        </mx:Script>
        <mx:RemoteObject id="remoteObject"
            destination="pokerDataSource"
            result="newResultHandler(event);"
            fault="faultHandler(event);"/>
        <mx:HBox width="100%" id="topHBox">
            <mx:VBox>
                <mx:PieChart id="myChart"
                    dataProvider="{paramCount}"
                    showDataTips="true"
                    selectionMode="single"
                    itemRollOverColor="#FF0066">
                    <mx:series>
                        <mx:PieSeries
                            field="count"
                            nameField="name"
                            labelPosition="callout"
                        />
                    </mx:series>
                </mx:PieChart>
                <mx:Legend dataProvider="{myChart}"/>
            </mx:VBox>
            <mx:TextArea     id="statusTextArea"
                            width="100%"        
                            height="100%"               
                            backgroundAlpha="0"
                            focusAlpha="0"
                            selectable="false"/>       
        </mx:HBox>
        <mx:Panel id="p1"/>
    </mx:Application>

    Hi,
    Simply let a IE or FireFox window display your Flex chart,
    and hold [Alt] and press [PrtSc] in your keyboard, Then, paste it
    into Word or Paint to be edited.
    Have fun!
    Jeffrey

  • TAB focus lost to browser

    Hey Folks.  Have an AS2 file that keeps TAB focus/order properly when using Firefox or Safari but NOT when using IE.  It's fine at first but when I TAB to and select a button the next TAB goes to IE's address bar. This does NOT happen in Firefox or Safari.  Can someone please point me to some info on how to avoid this?

    hi,
    maybe when you reactivate the browser, you reactivate the site(!) and not the applet.
    The applet is only a part of the site and has to be activated, too.
    I guess this is the problem.
    but i got no idea how to fix this.
    sorry.
    cu Errraddicator

  • Accessable Tab Focus Menu XML

    The XML menu I have developed is accessable for tab use only when the menu is the only accessable object on stage. When I put other objects on the stage that are tab focused, the XML menu is no longer tab accessable. How do I make my XML menu accessible when other accessible objects are on the stage?

    hey bob, you can enter '''about:config''' into the location bar of firefox, confirm the info notification (in case it shows up), search for the preference named '''browser.search.context.loadInBackground''' & toggle it to true by double-clicking it. that should bring back the old behaviour...

  • Flex mdi window and tab movement

    Hi All,
    In our flex mdi application, we have multiple windows. And if two or more windows have same field names, tab key travel to
    multiple windows rather than stay on the current window. How we can restrict tab to stay only on the current focused window.
    Any help in this regard is very appreciated.
    Regards,

    Thanks Alex, it does help us to understand the issue as you explained the concept of IFocusManagerContainer, Yes we are having same kind of problem as you explained. we are adding canvas windows to main canvas so all windows shared same focus manager. if we enable only active window and disable all other windows, the tab focus issue solved but it looks quite odd.
    And also tried to deactivate focus manager but did not work. So, can we remove a focus manager to a window and add it when it get focus.
    Many thanks.
    Regards,
    M. Hasan

  • When i want to go another from a tab,it shows firefox not responding, for a while then opens that tab!this is embarrassing me a lot by taking so much time!!why

    I have two inconviniences with fire fox..
    1)when i want to go another from a tab,it shows firefox not responding, for a while then opens that tab!this is embarrassing me a lot by taking so much time!!why it happens?
    2) every time when adobe flash player is updated, it shows flash player can't be installed and it crashes! it says 'disable real player' though i never installed real player!!
    plz Let me know why it happens to me????

    1. Update firefox to the latest version 2. and disable real player in menu->addons->plugins.
    Recent crashes of certain multimedia contents (this includes Youtube videos, certain flash games and other applications) in conjunction with Firefox 13 are most probably caused by a recent Flash 11.3 update and/or a malfunctioning Real Player browser plugin.
    In order to remedy the problem, please perform the steps mentioned in these Knowledge Base articles:
    [[Flash Plugin - Keep it up to date and troubleshoot problems]]
    [[Flash 11.3 crashes]]
    [[Flash 11.3 doesn't load video in Firefox]]
    Other, more technical information about these issues can be found under these Links:
    http://forums.adobe.com/thread/1018071?tstart=0
    http://blogs.adobe.com/asset/2012/06/inside-flash-player-protected-mode-for-firefox.html
    Please tell us if this helped!
    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • Firefox has been crashing all the time after I updated to the newest version. I tried to uninstalled firefox and all addons. Restarted the computer to reinstall Firefox and it's still crashing all the time. Please help.

    Firefox has been crashing all the time after I updated to the newest version. I tried to uninstalled firefox and all addons. Restarted the computer to reinstall Firefox and it's still crashing all the time. Please help.

    https://support.mozilla.com/en-US/kb/Firefox%20crashes#w_get-help-fixing-this-crash
    Type '''about:crashes''' in the URL bar and hit Enter. <br />
    Click the hyperlinks to bring up the Crash Report pages and copy'n'paste the URL of each of those reports into the message box here. We'll see if we can help you figure out what is causing those crashes to happen.

  • How do I stop Yahoo mail's popup dialog box from changing the tab focus?

    Hi,
    When I have a tab opened to Yahoo mail and I open a Yahoo email on my other computer or Blackberry, there's a time delay and at some point, Yahoo shifts my browser focus to display a pop-up dialog box that says "You have been disconnected from chat because you have signed into Yahoo! Messenger from another computer." I can't even switch back to the tab I was on without dismissing the popup.
    I'd love it if I could turn off the pop-up, - don't care about the disconnection - but in the meantime, is there some way to prevent Yahoo from changing my tab focus?
    Thanks!

    Hi Douglass,
    You will need to navigate to the following folder.
    /Users/yourusername/Library/Mail/V2/MailData
    and backup the following file... MessageRules.plist
    Open the file in BBedit to confirm your rules are infact inside that particular plist file as Mail will also create backups occasionally.
    Once you reinstall, do a compare/replace with the newly created MessageRules.plist and you should be able to bring your "old" rules into your fresh install.
    as for mailboxes, those are contained within this folder
    /Users/yourusername/Library/Mail/V2/Mailboxes
    and it will be up to you to backup those files and File/Import Mailboxes them into the new install.

  • Problem with this new version is when i open firefox something change my home page to mozila defalut page and in the new tab open mozila firefox first run page.Sorry for my bad English

    Problem with this new version is when i open firefox something change my home page to mozila defalut page and in the new tab open mozila firefox first run page.Sorry for my bad English

    Sounds like this issue:
    * http://kb.mozillazine.org/Preferences_not_saved
    * [[Preferences are not saved]]

  • I just switched to Charter. When going to Mozilla Firefox a box appears saying, Authentication Required and asks for a User name and Password. What do I do?

    I switched from CenturyTel to Charter. I can't use Firefox because a box appears asking me for Authentication Required, User Name and Password. When I hit cancel, this message appears:
    HTTP 401 - Unauthorized
    Authorization is required to access the configuration server.
    You must enter the correct username and/or password.
    When I called Charter, they told me they recommended using Internet Explorer. I told them I didn't want IE, I preferred Firefox. They recommended I go to your support page, so here I am. :o)

    Have you reset the password recently for the email account?
    A real simple fix usually is to delete the mail account (settings < mail contacts calendars, tap the affected account and choose delete at the bottom) Then re add the account.

Maybe you are looking for

  • Why wont my free trial download?

    I am attempting to download a free trial of illustrator and all it says is "illustrator is downloading now". it has been like this for a while and i'm not sure what to do.

  • DVD drive doesnt show on my Satellite Pro A300

    Hello, I have just taken delivery of a Toshiba Satellite A300 running Vista Home Premium. I cant find the DVD drive when I goto Computer and likewise I cannot access the disk drive for loading software, DVD etc. When I first got the machine the DVD d

  • How do I upload a PDF not made in keynote, pages, or numbers to iCloud?

    Trying to upload a PDF to iCloud so i can view iton all my devices. Used to be able to do this by dragging it to iDsik. But my iDisk icon is now gone and I would like to still use this feature.

  • Oracle 10g Release 2 Express Edition Connection Error

    Hello, i recently started to convert one of out existing applications over to the new free version or oracle express, only to find that i would run into a few errors. The project is an asp.net c# application, when the web site is ran and a search is

  • Delegating URL in dns server

    I have configured active directory on windows server 2012, as a example.in. I have another server configured for my website www.example.in. Now i have problem here that whenever i type this url it says that the webpage not found. after troubleshootin