Emmachen / SapUi5Test

1 stars 1 forks source link

More detail about Bootstrap script tag #4

Open ghost opened 8 years ago

ghost commented 8 years ago

question1

Can I change below hard code ID to another value? Why? clipboard1

question2

Jerry: I can specify more libraries and it works quite well. Cannot reproduce your error. clipboard2

answer

See this link.

Emmachen commented 8 years ago

根据您的学习Link,自己调试后看到id value的三次匹配: image

那个加库的问题,是最开始写UI5的时候,还不大明白整个逻辑, 应该是要在Resources里加载出来的库才行

不过这个还要再调看看

ghost commented 8 years ago

哇,你都debug到这里来了。思路完全正确。因为你没有切换到debug mode,所以你在源代码里看到的变量名都是这种单个的字母,当然很难读懂了。请你按照这个issue里提到的如何切换到debug mode下的步骤去做,然后重新切换到debug mode下,就能看到完整的变量名了。

Emmachen commented 8 years ago

当页面加载,检测属性,如截图: image 这三个匹配都是匹配src,与id并无关,无论我将id设为“sap-ui-bootstrp”,或者是其他值,因为source值都为:resources/sap-ui-core.js,所以都是跳进第二个if判断。当前两个都失效,才会到第三个if判断。 所以我猜想是不是id值其实就是随便给呢。我将source值给错后,就会发现根本debug不到如上图的检测加载sapui5的 Githubissues.

  • Githubissues is a development platform for aggregating issues.