2

ようやく TideSDK が動作するようになりました (このガイドに従って、レガシー 1.2.0.RC4 TideSDK を開始するにはどうすればよいですか? )、アプリ内のスクロール バーが以前のバージョンの OSX のものであることに気付きました。これにより、スクロールバーは次のようになります。

ここに画像の説明を入力

OSX 10.7 で導入された新しいスクロールバーとは対照的に:

ここに画像の説明を入力

これは明らかに大きな問題ではありませんが、修正があるかどうか、または修正が、更新された WebKit に依存すると想定している待望の 1.3.0 リリースに含まれるかどうか疑問に思っています。

4

1 に答える 1

2

1.2.0RC4 is built against sdk10.5. The 1.3.0 is built using sdk10.7 in Xcode that will be upgraded shortly to sdk10.8 (pending a few deprecation warnings to be resolved). User Preferences determine scrollbar characteristics for the OS. The setting consists of the following options:

  • Automatically based on input device
  • When scrolling
  • Always

So the first option will depends on whether you have a trackpad or mouse. For example, with a mouse attached:

ここに画像の説明を入力

The second option provides the result on the second image you have included that is much like iOS:

スクロール時

The scrollbars are not specific to WebKit. In fact, the images above were created from code compiled against the native WebKit that is very much up to date. We will be releasing TideSDK and TideSDK Lite shortly. If you do not need the php, python or ruby language support, you will want TideSDK Lite. TideSDK Lite is also our product for gaining AppStore approval.

于 2012-10-22T14:23:57.563 に答える