IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
|
| 100 | 100 | ' href="javascript:void(\'', value, '\')" ' + |
| 101 | 101 | ( CKEDITOR.env.ie ? 'onclick="return false;" onmouseup' : 'onclick' ) + // #188 |
| 102 | 102 | '="CKEDITOR.tools.callFunction(', this._.getClick(), ',\'', value, '\'); return false;"', |
| 103 | | ' role="option"' + |
| 104 | | ' aria-posinset="' + ++this._.size + '">', |
| | 103 | ' role="option">', |
| 105 | 104 | html || value, |
| 106 | 105 | '</a>' + |
| 107 | 106 | '</li>' ); |
| … |
… |
|
| 122 | 121 | { |
| 123 | 122 | this._.close(); |
| 124 | 123 | this.element.appendHtml( this._.pendingHtml.join( '' ) ); |
| 125 | | |
| 126 | | var items = this._.items, |
| 127 | | doc = this.element.getDocument(); |
| 128 | | for ( var value in items ) |
| 129 | | doc.getById( items[ value ] + '_option' ).setAttribute( 'aria-setsize', this._.size ); |
| 130 | 124 | delete this._.size; |
| 131 | 125 | |
| 132 | 126 | this._.pendingHtml = []; |