Search Type: Posts; User: mashiki

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. 情報ありがとうございます。ExtJS4.1.1a って、gplで公開されていたんですね。

    8月中旬のソースを先週ビルドしている感じですか。
    同梱のリリースノートは4.1.1のままでがっかりでしたが、
    私の知っている問題のあった部分はいくつかなおっているように見えました。
    と思ったのは早とちりでSencha CMDv3のための整理とコメントが追加されただけのようでした。
    ...
  2. here is my override


    Ext.define('ElementFix', {
    override: 'Ext.Element',
    syncContent: function(source) {
    source = Ext.getDom(source);
    var me = this,
    ...
  3. ほんとだ。:D
    余計なロジックやイベント処理が消してるんじゃないってことですね。(chromeで確認FFはOK)

    ここに解決方法のレスがつけばいいですが、Ext JS Community Forums 4.x の Bugsを検索して、
    同様な報告が上がってなければ、レポートした方がいいような気がします。
    ...
  4. まあ、動くコードじゃなくて、説明を補うためのコードだから。
    でも、問題を再現する最小限の動くコードが提示されると、パズルの好きな人は反応するでしょうね。

    特にtypoがらみだったとしたら、そのものじゃないと。

    skies04...
  5. あまり見かけないUIを実現されようとしているみたいですね。
    また説明が、読んでいる皆さんに伝わりにくいように思えます。
    書いたコードを貼付けて説明されては。

    > 1レコード目のComboBoxに入力した値を
    > 追加した状態で他のレコードのComboBoxのリストに表示させたいです。
    1行目でなく上部のフォームやメニューにComboBoxまたはtextfieldをおいた方が、...
  6. 4.1.1GAですが、4.1.1RC2まで動いていたアプリに下記の対応を行うことで、
    リリースのめどが立ちそうな感じです。

    ・waitMsgを指定してフォームをサブミットすると、マスクが外れない
      http://www.sencha.com/forum/showthread.php?229624...
  7. Yeeeh, I found another bug in Ext.Element:: syncContents
    The vars source and dest must be reversed.



    // If the number of child nodes does not match, fall back to replacing...
  8. wki01,

    Thank you, for your reply.

    I tried Animals's and your patch.
    Both patches saves my problem1. (Icons are now able to update)

    http://jsfiddle.net/mashiki/5sKyH/14/

    And problem2...
  9. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.1.1 GA

    Browser versions tested against:
    FF14.0.1 (firebug 1.10.1 installed) GoogleChrome21.0.1180.57

    DOCTYPE tested against:
  10. Replies
    1
    Views
    545
    in your init function of the controller.


    'xxxpanel menuitem':{
    scope:me,
    click: function(item) {
    var action=item.action,
    itemId=item.itemId;
    // use action or itemId
    }
  11. Aren't there those who have the same problem as this some?

    Or please tell me another thread like this.
  12. Is it better for this problem to re-post to a bug forum?
  13. Hi friend,
    Thank you for your reply.

    I'm sorry ppyy is my miss post.

    The problem previous post happens only when with 4.1.1GA.

    with 4.1 -> work. http://jsfiddle.net/mashiki/5bfQK/2/
    with...
  14. I see. Thanks.
  15. REQUIRED INFORMATION


    Ext version tested:
    Ext 4.1.1

    Browser versions tested against:
    FF

    DOCTYPE tested against:
  16. こんにちは

    ちなみにOpen Source Version と Commercial Evaluation って、中身はどう違うんですか?


    ところで4.1.1GAですが、グリッドの行の選択回りとレンダリング処理で変更(or BUG)があったらしく、rc1、rc2と問題の無かった、構築中のうちのアプリが使えなくなって、昨日とりあえずrc2に戻しました。...
  17. やっと4.1.1GAでましたね。長かった。
  18. short cut to reproduce the problem.


    Open Internet Explorer 9
    Go to http://jsfiddle.net/mashiki/vy8PF/2/
    Scroll down to bottom.
    Try to select, with your mouse somewhere between P and Z.
  19. http://www.sencha.com/forum/showthread.php?205564-Ext-JS-4.1.1-RC1-Now-Available

    4.1.0RC3で動いていたGridのLoadMaskが4.1.0GAで動かなくなっていてショックだったのですが、
    修正に入っているようです。

    計43項目の修正

    4.1.1GAのリリースも早いといいですね。
  20. 1ヶ月遅れでしたがやっとGAが出ましたね。
    RC2,RC3が計画外の4週間だったのかな?
  21. I'm japanese, and usually write codes that contains UTF-8 japanese literals and comments.
    This cause error when I build apps by sencha build.

    Many Japanese use -c option to avoid this error and...
  22. Replies
    4
    Views
    910
    Ext.select('.x-action-col-icon').on('mouseover', function(){console.log('over')});
    or '.x-action-col-N'

    This can handle mouseover,
    but, cannot get any row data.

    or override...
  23. http://www.sencha.com/forum/showthread.php?142473-Bug-Tree-Grid-Scroller-Stops-Working

    なら、4.1RC1でとれたみたいですね。

    http://www.sencha.com/forum/showthread.php?187908-Ext-JS-4.1-RC1-is-Now-Available
  24. フォーラム / Ext JS Community Forums 4.x / Ext: Q&A /

    で、聞いた方がいいみたいですね。
    それだけで再現可能な短いソース、もしくは再現可能なURLを示せば、
    見ている人が圧倒的に多いのでレスがつきますよ。

    ソースで判ればいいけど、正確なバージョンを示した方がいいでしょう。
  25. Replies
    3
    Views
    521
    Now I get final one.

    http://jsfiddle.net/nP7Zr/18/

    Thanks, skirtle.
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4