钛合金SplitWindow IOS奇怪的行为改变宽度

时间:2013-12-12 08:41:17

标签: javascript ios7 titanium titanium-mobile titanium-alloy

  <SplitWindow id="home" platform="ios" formFactor="tablet">
            <Require src="master" id="master"/>
            <Require src="detail" id="detail"/>
  </SplitWindow>

如果我在两个窗口之间水平拖动strange behavior,我会有一个black separation line。 窗户改变大小适应我​​的动作。

enter image description here enter image description here enter image description here

而且,如果我更改窗口的width,则更容易识别black separation line

function demo() {
Alloy.Globals.master.win.width = 512;
Alloy.Globals.detail.win.width = 512;
}

enter image description here enter image description here

[For test purpose you have to aim the exact pixel of the black separation line ]

你能说出为什么会发生这种情况吗?如何阻止这种行为?

1 个答案:

答案 0 :(得分:0)

在我看到这个问题发布之后,我测试了我自己的SplitWindow应用程序(它不是Alloy应用程序),并且那里也存在bug。

我试图阻止这种情况发生的一切都是无用的。我认为它应被视为一个错误,应该在Titanium JIRA上报告。