IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 47 | 47 | element = panel.element, |
| 48 | 48 | iframe = element.getFirst().getFirst(); |
| 49 | 49 | |
| | 50 | // Disable native browser menu. (#4825) |
| | 51 | element.disableContextMenu(); |
| | 52 | |
| 50 | 53 | this.element = element; |
| 51 | 54 | |
| 52 | 55 | this._ = |
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 228 | 228 | var blocks = this._.blocks, |
| 229 | 229 | block = blocks[ name ], |
| 230 | 230 | current = this._.currentBlock, |
| 231 | | holder = this.forceIFrame ? |
| 232 | | this.document.getById( this.id + '_frame' ) |
| 233 | | : this._.holder; |
| 234 | | |
| 235 | | // Disable context menu for block panel. |
| 236 | | holder.getParent().getParent().disableContextMenu(); |
| | 231 | holder = CKEDITOR.env.ie ? this._.holder : |
| | 232 | this.document.getById( this.id + '_frame' ); |
| 237 | 233 | |
| 238 | 234 | if ( current ) |
| 239 | 235 | { |