タグ

ie11に関するtvskのブックマーク (4)

  • Hkvstar.com

    tvsk
    tvsk 2017/11/07
    Edgeは問題ないが、IE11をwin10で使うとIPカメラの画像が表示されない、という問題がある模様。EdgeでActiveXプラグインのサポートを排除した。ActiveXに依存するカメラで問題ある
  • JavaScriptのPromiseについて調べる | Sumire Lab Docs

    Promiseオブジェクトの使い方を少しずつ紐解いていきました… 筆者はC#やC++がメインのため、ファイル読み込みなどは同期処理できないと何とも書きづらい性分の人間です。そういった人からすると、JavaScriptの非同期的な書き方(コールバック地獄?)はつらいのです。ただ、この悩みは多くの方々が持っているようで、すでに解決策が提案されているようです。それが、ECMAScript2015(ES6)から導入された、Promiseオブジェクトです。ちなみに、後日執筆すると思いますが、TypeScript 2.1から、es5をターゲットした場合でもasync/awaitが使えるようになりました。ただ、このasync/awaitは、Promiseのシンタックスシュガーのため、そもそもPromiseの使い方がわかっていないと、使い方がよく分かりませんでした。そのため、まずは、Promiseの使い方

    tvsk
    tvsk 2017/11/07
    IE11でのpolyfill. Bableのcore使っても解決できない件を、解決するもの。 /www.promisejs.org/polyfills/ 配下のスクリプトをインクルードすればOK
  • Video player not working in IE11 · Issue #924 · videojs/video.js

    tvsk
    tvsk 2017/11/07
    未解決。IE11でvideojs が黒い画面
  • Dealing with long words in CSS

    The web consists of content, content consists of words and words can be long, very long. Everyone involved with the web will sooner or later have to deal with long words. Demo Browsing the web on my mobile device daily I see all kind of “failures” with long words – broken layouts, cropped words and situations like the one in the image above. Hyphens # The first solution for long words is using hyp

    tvsk
    tvsk 2016/12/27
    長い span 要素をコンテナ幅にあわせて折り返す方法. MSブラウザ系での手当. word-wrap/-ms-word-wrap/overflow-wrap : break-word で済まず、word-break プロパティで. 単純なblock要素であればIE11でもword-wrap:break-word を使えばOK
  • 1