[FIXED] [#1597] [4.7.0] progress bar background

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [FIXED] [#1597] [4.7.0] progress bar background

    see example please. when i call updateProgress, the text changes to white. why? also, why dont i get a deep red color for the 39% porition.
    thanks
    /Z

    <%@ Page Language="C#" %>  
    
    
    <!DOCTYPE html>
    
    
    <html>
        <head>
        	<title> Example of usage: jQuery AS3 Webcam </title>
    
    
            <script type="text/javascript">
    
    
                var blah = function () {
                    App.testProgressBar.setUI("danger");
                    //App.testProgressBar.setUI("info");
                    //App.testProgressBar.setUI("warning");
                    //App.testProgressBar.setUI("success");
    
    
    //                App.testProgressBar.updateProgress(34, 'Application is 34% Completed. Keep up the good work!');
                };
            </script>
        </head>
    
    
        <body>
    
    
            <form runat="server">
    
    
                <ext:ResourceManager ID="ResourceManager1" runat="server" Theme="Neptune">
                    <Listeners>
                        <DocumentReady Handler="blah()" />
                    </Listeners>
                </ext:ResourceManager>
        
                <ext:Viewport ID="Viewport1" runat="server" Layout="VBoxLayout">          
                    <LayoutConfig>
                        <ext:VBoxLayoutConfig Align="Center" Pack="Start" />
                    </LayoutConfig>
                    <Items>
                        <ext:ProgressBar runat="server" Width="900" UI="Primary"  ID="testProgressBar" AlignTarget="center" />
                    </Items>
                </ext:Viewport>
            </form>
        </body>
    </html>
    Last edited by fabricio.murta; Aug 07, 2018 at 3:56 PM.
  2. #2
    Hello @Z!

    Thanks for the test case. Unfortunately, that's a bug, and has been in Ext JS for at least since version 5.0. I stopped trying to go up versions when I reached this point. And the issue is still with the to-be-released Ext JS 6.6.0. We'll probably give this a crack before releasing Ext.NET 4.7 as it will probably take a long time to be fixed from Sencha.

    I tried some simpler overrides for you but unfortunately that would require a little more than just a quick patch.

    We've logged the issue under #1597 and will post an update here as soon as we have this fixed, or if for some reason we can't make it to the next release.
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello again, @Z!

    We've just fixed this issue, and the fix will make it to the upcoming Ext.NET 4.7.0 release!

    Unfortunately, the issue was still actual with Sencha's Ext JS 6.6.0, so we just have to fix it ourselves. We'll keep an eye open to future Ext JS releases; when they fix this on their side, we'll be able to remove our version of the fix.

    We've also reported to them, so they should be aware of the issue and able to fix it, hopefully soon.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Progress bar
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 11, 2010, 3:01 PM
  2. [CLOSED] progress bar
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 09, 2009, 8:53 AM
  3. Progress Bar
    By fabiomarcos in forum 1.x Help
    Replies: 1
    Last Post: Jan 27, 2009, 12:18 PM
  4. Change Tab background color or background image
    By georgelanes in forum 1.x Help
    Replies: 0
    Last Post: Nov 06, 2008, 3:55 PM
  5. Progress bar
    By flaviodamaia in forum 1.x Help
    Replies: 1
    Last Post: Sep 11, 2008, 12:31 PM

Posting Permissions