You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2016/02/09 13:32:18 UTC

[jira] [Created] (KYLIN-1414) Couldn't drag and drop rowkey, js error is thrown in browser console

Shaofeng SHI created KYLIN-1414:
-----------------------------------

             Summary: Couldn't drag and drop rowkey, js error is thrown in browser console
                 Key: KYLIN-1414
                 URL: https://issues.apache.org/jira/browse/KYLIN-1414
             Project: Kylin
          Issue Type: Bug
          Components: Web 
    Affects Versions: v2.0
            Reporter: Shaofeng SHI
            Assignee: Zhong,Jason
             Fix For: v2.0


Create a new cube with the web wizard, in the "Advanced setting" step, try to drag and drop a column in the "Rowkeys" section, but found it couldn't be d&d; In the browser console (Chrome), there is JS error:

{code}
  TypeError: element.sortable is not a function
    at link (http://kylin-qa/kylin/js/scripts.min.0.js:32925:19)
    at nodeLinkFn (http://kylin-qa/kylin/js/scripts.min.0.js:6780:13)
    at compositeLinkFn (http://kylin-qa/kylin/js/scripts.min.0.js:6167:13)
    at compositeLinkFn (http://kylin-qa/kylin/js/scripts.min.0.js:6170:13)
    at publicLinkFn (http://kylin-qa/kylin/js/scripts.min.0.js:6063:30)
    at boundTranscludeFn (http://kylin-qa/kylin/js/scripts.min.0.js:6187:21)
    at controllersBoundTransclude (http://kylin-qa/kylin/js/scripts.min.0.js:6801:18)
    at Object.ngIfWatchAction [as fn] (http://kylin-qa/kylin/js/scripts.min.0.js:19799:15)
    at Scope.$digest (http://kylin-qa/kylin/js/scripts.min.0.js:12702:29)
    at Scope.$apply (http://kylin-qa/kylin/js/scripts.min.0.js:12967:24)

{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)