Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Sencha - Community Support Team mankz's Avatar
    Join Date
    Nov 2007
    Location
    Helsingborg, Sweden
    Posts
    2,454
    Vote Rating
    48
    mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough

      0  

    Default 4.1.2 "x-unselectable" not found on inner grid cell DIV

    4.1.2 "x-unselectable" not found on inner grid cell DIV


    Shouldn't it be there? It looks like the table chunker aims to include it there but text is selectable in the grid...

    Try here.

    http://cdn.sencha.io/extjs-4.1.1-gpl...rray-grid.html

  2. #2
    Sencha User skirtle's Avatar
    Join Date
    Oct 2010
    Location
    UK
    Posts
    3,078
    Vote Rating
    112
    skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold skirtle is a splendid one to behold

      0  

    Default


    That example has enableTextSelection turned on. I agree there's a mistake in the TableChunker but in practice it doesn't make much difference as the x-unselectable is inherited from the view.

    Along the same lines, the unselectable="on" is also missing, which is required to get Opera to behave.

  3. #3
    Sencha - Community Support Team mankz's Avatar
    Join Date
    Nov 2007
    Location
    Helsingborg, Sweden
    Posts
    2,454
    Vote Rating
    48
    mankz is a jewel in the rough mankz is a jewel in the rough mankz is a jewel in the rough

      0  

    Default


    This sample then: http://cdn.sencha.io/extjs-4.1.1-gpl...d-plugins.html

    Maybe table chunker just needs a cleanup then?