Announcement

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

    timeline indicator z-index

    We see the indicator hiding behind the events of the timeline. You can see that as well here: http://www-demos.smartclient.com/smartclient-latest/isomorphic/system/reference/SmartClient_Explorer.html#timelineZonesAndIndicators
    As shown in our requirements we would like it to be on top of other elements.
    Is it possible to achieve this at the moment? If not, please provide a suitable API call.

    #2
    We don't recall that specific detail being mentioned - by design, indicators sit in the background, behind normal events, but in front of zones.

    We'll consider adding a flag to change that.

    In the meantime, you can probably call getCurrentEventCanvas() and then call bringToFront() on the canvas.

    Comment


      #3
      While considering adding a flag please notice in the requirements there is a link to another timeline product (I don't think it's appropriate to bring that link here). There you can see the indicator being on top of other components.

      Otherwise I didn't find this getCurrentEventCanvas() method. Where is it?

      Comment


        #4
        We've added a flag to control this - Calendar.showIndicatorsInFront, default true.

        We also fixed an issue with initial draw of event canvases in some circumstances, which may affect one of your other bug reports - we'll check on that and update separately.

        Comment


          #5
          After testing, works fine. Thanks.

          Comment

          Working...
          X