Announcement

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

    How can i prevent listgrid filter from moving around?!

    How can I can stop moving around the listgrid filter? If i mistakingly click on filter and drag it, then it pops out. But i cannot put it back in its proper place. Is there any control that can prevent this? i couldn't find any.

    See attachment
    Attached Files

    #2
    How do you get that to happen? It doesn't happen in samples.

    Comment


      #3
      I just did a click and hold on a listgrid field with setCanFilter as false, that allowed me to move around the filter. I am able to reproduce in my application but not in the samples in the showcase. here are the logs

      16:08:28.752:MUP6:WARN:Canvas:isc_dragTracker:Attempt to access destroyed widget in the DOM - destroy() called at invalid time (eg: mid-draw) or invalid method called on destroy()d widget. Stack Trace:
      Class.getStackTrace(_1=>undef, _2=>undef, _3=>undef, _4=>undef)
      Canvas.getHandle()
      Canvas.getClipHandle()
      Canvas.getOffsetTop()
      Canvas.getPageTop()
      [c]EventHandler.handleDragStop()
      [c]EventHandler.$k5(_1=>Obj{type:mouseup}, _2=>undef)
      [c]EventHandler.handleMouseUp(_1=>Obj{type:mouseup}, _2=>undef)
      [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>Obj{type:mouseup})
      anonymous(event=>undef)
      "var returnVal=arguments.callee.$ch.isc.EH.dispatch(arguments.callee.$j2,event);return returnVal;"

      Comment


        #4
        OK, this suggests that dragging has been enabled somewhere inappropriate. Let us know if you have a reproducible case for this that suggests a framework bug.

        Comment


          #5
          Ok i will let you know if i can pinpoint it. For now i fixed it by making all fields as filterable. Before i had some as filterable and some as not.

          Comment

          Working...
          X