Announcement

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

    Native Dragstart Issue

    Hello,

    Since the upgrade to 12.0p it seems like natives dragstart events don't fire anymore.
    I noticed a weird change in document eventListeners, as they're now triggering an anonymous function:
    BeforeClick image for larger version  Name:	notok.png Views:	0 Size:	24.7 KB ID:	259990

    Tracking down this functions brought me to ISC_Core.js, where I noticed that
    &&isc.Browser.iOSMinorVersion>=11.3||isc.Browser.isChrome&&isc.Browser.supportsDualInput
    became
    &&isc.Browser.iOSMinorVersion>=11.3||isc.Browser.isChrome

    When I put back &&isc.Browser.supportsDualInput everything goes back to normal but of course it's scraped after every recompile...

    What exactly is going on here?

    #2
    You've not specified the exact version of SC 12.0 that you're using, your browser, or your OS. We need that information. Also, is whatever issue you're seeing present in the Feature Explorer Cross Window Drag samples?

    Comment


      #3
      Smart GWT 12.0p_d1569283532
      Chrome 78
      Windows 10

      I don't see cross window dragging examples in the SmartGWT showcase but the SmartClient examples seem to work fine.

      Comment


        #4
        For the SmartGWT Showcase, they can be found here.

        Comment

        Working...
        X