[CLOSED] Chrome status bar and GridPanel problem

  1. #1

    [CLOSED] Chrome status bar and GridPanel problem

    Hello!

    I try understand why in Google Chrome status bar shows anchor link, when user selected row in GridPanel.

    Unfortunatly in left bottom side of web page usualy place paging toolbar of GridPanel with number of current page and leafing buttons. It is important information. I need prevent overlap of paging toolbar by Google Chrome status bar, if it's possible.

    I know that I can't disable showing of browser status bar in Chrome, consequently, I need understand why it's showing. But in grid rows I have not found any links are anchors elements. Maybe it is an ExtJS click event...

    Can you help me with this problem? Maybe any ideas?

    I have attached screenshot that demonstrate problem.

    Thanks!
    Attached Thumbnails Click image for larger version. 

Name:	ChromeStatusBar.JPG 
Views:	273 
Size:	94.8 KB 
ID:	1640  
    Last edited by geoffrey.mcgill; Sep 23, 2010 at 7:08 AM. Reason: [CLOSED]
  2. #2
    Hi,

    GridPanel renders anchor to support row focusing. You can hide it to prevent chrome statusbar dispaly (not sure how it can affect on another functionality, first tests show that all ok)

    1. Add the following listener to the grid
    <ViewReady Handler="if(Ext.isWebKit){this.view.el.child('.x-grid3-focus').addClass('x-hidden');}" />
    2. Add the following listener to the view
    <Refresh Handler="if(Ext.isWebKit){this.el.child('.x-grid3-focus').addClass('x-hidden');}" />
  3. #3
    Amazing! Thank to you!

    The first tests showed me that all fine. Anyway, now I know how it's work! Yahaa! You are greate!

Similar Threads

  1. Replies: 16
    Last Post: Oct 04, 2011, 5:17 PM
  2. status text status code CUSTOM
    By threewonders in forum 1.x Help
    Replies: 0
    Last Post: Sep 26, 2011, 1:29 PM
  3. [CLOSED] Advanced validation status bar problem
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Oct 18, 2010, 3:22 PM
  4. [CLOSED] Problem with gridpanel column resizing in firefox and chrome
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 25
    Last Post: Sep 14, 2010, 2:10 PM
  5. [CLOSED] [1.0] Form Status Panel in a Fit Layout problem
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 28
    Last Post: Jan 26, 2010, 9:54 AM

Tags for this Thread

Posting Permissions