Opened 17 years ago

Closed 17 years ago

#299 closed Bug (fixed)

flash property dialog - minor optical bug (request for correction)

Reported by: Kerbetz Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: General Version: FCKeditor 2.4.1
Keywords: Cc:

Description

In the flash property dialog window the "Browse Server" button is not aligned with the input field. Please correct:
<td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2">&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
with:
<td vAlign="bottom" id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2">&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">

Attachments (2)

fck_flash.zip (1.7 KB) - added by Kerbetz 17 years ago.
fck_flash-changed.zip (1.8 KB) - added by Kerbetz 17 years ago.
This is the modified file (version 2.4.1)

Download all attachments as: .zip

Change History (5)

Changed 17 years ago by Kerbetz

Attachment: fck_flash.zip added

Changed 17 years ago by Kerbetz

Attachment: fck_flash-changed.zip added

This is the modified file (version 2.4.1)

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.4.2

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.5

We still need to check if the request is valid, and if the modified layout is really appropriate.

comment:3 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Resolution: fixed
Status: newclosed

Fixed with [447].

Instead of directly modifying the dialog, I've changed the stylesheets so it's more flexible.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy