Contenteditable とゆかいな IE 21f Follow 2017-10-17 11:09:22 License: MIT License Fork0 Fav0 View588 Play Stop Reload Fullscreen Smart Phone Readme JavaScript 0 lines HTML 11 lines CSS 2 lines Contenteditable の子孫要素で min-height (のほか、寸法を指定するスタイル) が設定されている場合、リサイズコントロールが出てしまう。 Contenteditable とゆかいな IE <section contenteditable="true"> <h2>Go ahead, edit away!</h2> <p> Here's a typical paragraph element </p> <ol> <li> and now a list </li> </ol> </section> Contenteditable とゆかいな IE body { line-height: 1.5; color: #222; background: #fff; } p { min-height: 1.5em; } Contenteditable の子孫要素で min-height (のほか、寸法を指定するスタイル) が設定されている場合、リサイズコントロールが出てしまう。 <section contenteditable="true"> <h2>Go ahead, edit away!</h2> <p> Here's a typical paragraph element </p> <ol> <li> and now a list </li> </ol> </section> body { line-height: 1.5; color: #222; background: #fff; } p { min-height: 1.5em; } use an iframe compat browser, deer Play on jsdo.it games Author Share ブログに埋め込む QR Tag Download Complete! Description What kind of game? Contenteditable の子孫要素で min-height (のほか、寸法を指定するスタイル) が設定されている場合、リサイズコントロールが出てしまう。 Control Device Smartphone Controllerjsdo.it WebSocket Controller» Mouse Keyboard Touch Device Fullscreen Activated Inactivated jsdo.it games から削除する Submit Author 21f ちゅん ちゅん Tweet Default Panel Auto play Screenshot Readme JavaScript HTML CSS Size Width: px Height: px code <script type="text/javascript" src="http://jsdo.it/blogparts/Ai7J/js"></script> IE library&test Discussion Questions on this code? Tags IE library&test