Announcement

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

    Right click on timeline

    http://www.smartclient.com/smartgwt/...imple_timeline

    Why is the complete row being selected when you click with the right mouse button on an empty cell? Is this the intended behavior?

    And how to control the styling of the weekends in this case ? I have a DateStyleCustomizer which returns a weekendStyle for saturdays and sundays, but when right-clicking on these days, they appear white (no style).

    #2
    Edit: the right click behavior is not consistent in chrome. In firefox it seems to work. If you right click on a row, then on another one (again, right click), the second row is not being selected. The first one continues to be selected.

    Version 53.0.2785.143 (64-bit) chrome

    Comment


      #3
      We'll take a look - there shouldn't be any highlighting, in this case.

      However, if you were to setShowLaneRollovers(true), then you *would* be expected to see those cells highlighted. In this case, your custom style is probably missing some of the stateful classes - myStyleSelected myStyleSelectedOver, myStyleSelectedDisabled, for example.

      Comment


        #4
        Hi Isomorphic, were you able to fix this problem?

        Comment


          #5
          We do see the issue but it hasn't been fixed yet - we'll get to it by the beginning of next week and update here when it's fixed.

          Comment


            #6
            This has been fixed for builds dated October 20 and later.

            Comment

            Working...
            X