Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    listgrid focused style

    I'd like to change the styling of the listgrid when the user has focus on it (tabbing into the listgrid is quite hard to see with just those dotted lines around it). Is there any way to do this?

    #2
    We wouldn't really recommend this. The display is OS-specific and sometimes browser-specific and users are familiar with the focus indicator on each platform. To do this right you would have to find a way to suppress the native display on each browser and platform, then replicate something close to the native display, or you'd disorient users.

    Comment


      #3
      Ok. Off topic, I have Nov 4th build (8.1) and for some reason I cannot open the jsConsole in IE anymore - works fine in Firefox. Is this a known issue?

      Comment


        #4
        No - we assume you've checked the usual (pop-up blockers, etc)?

        Did you clear cache and restart the browser?

        Are there JavaScript errors reported in IE's developer tools (f12)?

        Any other recent changes in your system / setup that could cause the issue?

        Comment


          #5
          The popup shows up, but the result screen is empty - when I put IE in debug mode I get an undefined error:

          ,isc.A.$v5=function isc_Canvas__getLastAutoIndexDescendant(){var _1=this.children;if(isc.Layout&&isc.isA.Layout(this))_1=this.members;if(_1!=null){for(var i=_1.length-1;i>=0;i--){var _3=_1[i].$v5();if(_3!=null)return _3}}

          _1[2] is undefined in line var _3=_1[i].$v5()

          Comment


            #6
            Just downloaded the latest build and now it works.

            Comment

            Working...
            X