[CLOSED] EXT 0.8 Calendar bug on latest Google Chrome Version 25.0.1364.97 m

  1. #1

    [CLOSED] EXT 0.8 Calendar bug on latest Google Chrome Version 25.0.1364.97 m

    Dear Support,

    We have an urgent issue on EXT, we have an application done on ext 0.8 which had a big problem (bug) on ext calendar where they are not working anymore and they have a bug shape on GOOGLE CHROME LATEST UPDATE (Version 25.0.1364.97 m).
    It was working earlier without any problem and i retested it now on Google Chrome (Version 24.0.1312.57 m) and it is working properly.
    Please can you fix this bug or advise as soon as possible as our application is running on production.

    Please find attached of a screenshot of the calendar.
    Click image for larger version. 

Name:	Calendar.jpg 
Views:	80 
Size:	26.2 KB 
ID:	5729

    Thank you for your assistance
    Best Regards,
  2. #2
    Hi,

    Please note that v0.8 uses ExtJS 2.2.1, it is very old version which is not supported by Sencha anymore
    Therefore new version of browsers will not be supported (atleast, we can provide only limited ExtJS support for v0.8)

    Regarding the issue, you can use the following workaround (add to page head tag)
    <ext:ScriptContainer runat="server" />
        <script type="text/javascript">
            Ext.DatePicker.override({
                update : Ext.DatePicker.prototype.update.createSequence(function(){
                    var w = 190;
                    this.el.setWidth(w + this.el.getBorderWidth("lr"));
                    Ext.fly(this.el.dom.firstChild).setWidth(w);
                })
            });
        </script>
  3. #3
    This thread may also be related to the following:

    http://forums.ext.net/showthread.php...-Chrome(0-8-2)
    Geoffrey McGill
    Founder
  4. #4

    <ext:DateField on version 0.8 for google chrome

    Thank you Vladimir for your quick reply,

    In fact it is the issue with <ext:DateField on version 0.8 that had the problem with google chrome latest version.
    The datepicker can be fixed if we put the width inside its tag. However do we have any workaround for the DateField so it can be fixed in google chrome?

    Thank you
    Awaiting your kind reply,
    Joseph
  5. #5
    please see my previous answer, that script fixes the issue
    also you can use a fix from the thread from Geoffrey link
  6. #6

    date field v0.8

    Quote Originally Posted by geoffrey.mcgill View Post
    This thread may also be related to the following:

    http://forums.ext.net/showthread.php...-Chrome(0-8-2)
    thank you Geoffrey it was fixed by the css found in your link.

Similar Threads

  1. [CLOSED] Problem with Google Chrome.
    By farisqadadeh in forum 1.x Legacy Premium Help
    Replies: 30
    Last Post: Jan 02, 2011, 6:10 PM
  2. [CLOSED] Tab Panel Not Rendering In Google Chrome
    By garrisrd in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 11, 2010, 8:23 AM
  3. google chrome help
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Oct 02, 2009, 4:27 AM
  4. Google Chrome ignores key mapping?
    By dbassett74 in forum 1.x Help
    Replies: 0
    Last Post: May 29, 2009, 6:56 PM
  5. Google Chrome ComboBox Render
    By davidhoyt in forum Bugs
    Replies: 3
    Last Post: Dec 18, 2008, 9:48 PM

Posting Permissions