[CLOSED] IE11 and Chrome

  1. #1

    [CLOSED] IE11 and Chrome

    Assumed tis was a Chrome issue but since upgrading last night to IE11 it manifests there too

    .Items(
      Html.X().ImageButton()
        .ItemID("Image")
         .Width(32)
        .Height(32)
    )
    there is javascript to overlay it with a bar and text by addingclasses and the url is handled using

    var image = cmp.down('#Image');  /* cmp is passed in from the grid */
    image.setHandler(function () { window.location = url; }); /* url is constructed and works */
    The issue is that only the bottom right corner is clickable in IE11 and Chrome (it works ok in IE9/10)

    Any work around?

    Thanks
    Last edited by Daniil; Nov 19, 2013 at 5:55 AM. Reason: [CLOSED]
  2. #2
    Hi @ATLAS,

    The first button here appears to be fully clickable in Chrome:
    https://examples2.ext.net/#/Buttons/Basic/ImageButton/

    How is it for you?
  3. #3
    Buttons are fine - I use them all over the place - it is an ImageButton in a gridcell that seems to be the problem

    Quote Originally Posted by Daniil View Post
    Hi @ATLAS,

    The first button here appears to be fully clickable in Chrome:
    https://examples2.ext.net/#/Buttons/Basic/ImageButton/

    How is it for you?
  4. #4
    Please demonstrate how you use an ImageButton inside a cell. A full test case is appreciated.

Similar Threads

  1. CSS In Firefox,IE and Chrome
    By matthew in forum 2.x Help
    Replies: 0
    Last Post: Jul 25, 2013, 8:54 AM
  2. [CLOSED] [1.0] - Problem with Chrome and axd
    By FVNoel in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 13, 2013, 4:17 PM
  3. [CLOSED] Controls Disappear in Chrome
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: May 05, 2013, 10:10 PM
  4. Chrome Combo box value
    By mansi752 in forum 1.x Help
    Replies: 0
    Last Post: Mar 24, 2011, 6:16 AM
  5. google chrome help
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Oct 02, 2009, 4:27 AM

Posting Permissions