Ticket #7138: 7138.patch

File 7138.patch, 486 bytes (added by Wiktor Walc, 13 years ago)
  • _samples/api.html

     
    2626
    2727        // Show this sample buttons.
    2828        document.getElementById( 'eButtons' ).style.visibility = '';
     29        // Opera is unable to read value from a textarea element: http://dev.ckeditor.com/ticket/7138
     30        document.getElementById( 'htmlArea' ).style.display = 'block';
    2931});
    3032
    3133function InsertHTML()
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy