問題タブ [firefox-developer-edition]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
firefox - Firefox 開発者版 (win64) で Cckfinder の空白のポップアップが表示される
Mozilla Firefox (Waterfox win64) の開発者版を使用しています。CKEditor で作業していて、サーバーを参照して画像を選択しようとすると、ポップアップが開き、何も表示されません。まさに白い窓。JavaScript エラーはありません。スクリーンショットはこちら: http://clip2net.com/s/3oq3oEf
他のブラウザは問題なく動作し、画像が表示されます。
何か案は?
css-animations - Animation with delay in firefox developer edition weird behavior
I have recently started using Firefox developer edition and i have found a strange behavior on animations with a delay.
http://plnkr.co/edit/Tr1nd5r0gAyy3eH3Z7Zh?p=preview
If you open this Plunker with Firefox Developer the animation will play correctly but then the text will hide again for a couple seconds and then come back (or will be shown again for a couple seconds and then disappear when you click the 2nd time). I have tested this in other browsers (Chrome, Firefox standard, Safari and Pale Moon) and the animation works fine.
The animations are realized using animate.css which i used the animation names in the CSS in order to use them together with ng-animate from angular, but I haven't tested normal animations without ng-animate
I have noticed that ng-animate removes its classes way after the animation ended. I have timed it and the class removal is delayed exactly by half of the animation duration (if you increase the animation duration, the delay will increase accordingly) so the animation ends but the other properties added by the class (such as opacity) are left until the classes are removed. This happens for any delay value, regardless of the value set, as long as there is a delay on the animation it will do this.
Surprisingly it will happen even if there's a delay on transitions (but still using an animation) either from the transition
property or from the transition-delay
property
If i remove the delay from the CSS attribute the animation works fine.
I have also tested using animation-name
, animation-duration
and animation-delay
instead of the animation
property
firefox - Firefox 開発者版は現在、レガシー アドオンの開発をサポートしていますか?
Legacy アドオンは非推奨であることが言及されています ( here )。リリースチャンネルで正常に動作している既存のアドオンに非常にマイナーな更新を加えようとしていますが.
アドオンを FF Developer Edition にインストールしたところ、いくつかの問題が見つかりました。
document.commandDispatcher.focusedWindow.getSelection().toString()
(選択したテキストを取得するため)選択した値をエラーなしで返していません。オーバーレイ ウィンドウの高さと幅は設定を使用して設定されていますが、読み取っていないようです。
firefox - 通常の Firefox と Firefox 開発者版/aurora で Ctrl+Shift+C の動作が異なります。壊れた?
どちらの場合も ctrl+shift+c を押した後、閉じている場合はインスペクタータブが開きます。違いは、通常の Firefox では「ページから要素を選択する」がアクティブ化されているのに対し、aurora Firefox ではアクティブ化されていないことです。
指定されたショートカットは「ページから要素を選択する」ためのものであり、ctrl + shift + Iはインスペクタータブ用であると思いました。そのため、最初に考えたのは、何かが壊れているということでした。それを検索しようとしましたが、何もありませんでした (キーワードが間違っていたり、間違っていた可能性があります)。両方の設定を比較しました-何もありません。その後、いくつかのバグジラ レポートに出くわし、そのうちの 1 つはその機能を要求していました。だから今、私は迷っています。
ctrl+shift+C は、「ページから要素を選択する」へのショートカットであるはずですか? このノーに基づいていますが、なぜ通常の Firefox でそのように動作するのでしょうか?
2 つの動作のうち、正しいのはどれですか?
お時間をいただきありがとうございます。
firefox - FirefoxコンソールのTypeScriptソースマップ?
コンソールで TypeScript ソース マップを表示することは可能ですか?
Firefox Developer Edition を使用していますが、コンソールに .js の行番号が表示されています。複数の TypeScript ファイルからコンパイルされた単一の .js ファイルがあります。
Chrome と Safari は TypeScript ソースを正しく表示しています。