Ticket #1449 (closed Bug: worksforme)
Opera : Dialogs' "Ok" and "Cancel" buttons are mispositioned
| Reported by: | fredck | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | Opera Compatibility |
| Component: | General | Version: | SVN (FCKeditor) - Retired |
| Keywords: | Confirmed | Cc: | hallvord@… |
Description
With Opera build 9608, the "Ok" and "Cancel" buttons are mispositioned. It is enough to open the Table and the Smileys dialogs to see the effect.
The following is the HTML for their definition:
<td nowrap="nowrap"> <input id="btnOk" style="VISIBILITY: hidden;" type="button" value="Ok" class="Button" onclick="Ok();" fckLang="DlgBtnOK" /> <input id="btnCancel" type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" /> </td>
It seams that the "nowrap" thing is not being honored.
Change History
Note: See
TracTickets for help on using
tickets.

Works for me with Opera build 9660.