Ticket #299 (closed Bug: fixed)

Opened 17 months ago

Last modified 13 months ago

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

Reported by: mansoft 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

fck_flash.zip (1.7 kB) - added by mansoft 17 months ago.
fck_flash-changed.zip (1.8 kB) - added by mansoft 17 months ago.
This is the modified file (version 2.4.1)

Change History

Changed 17 months ago by mansoft

Changed 17 months ago by mansoft

This is the modified file (version 2.4.1)

Changed 17 months ago by fredck

  • milestone deleted

Changed 15 months ago by fredck

  • milestone set to FCKeditor 2.5

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

Changed 13 months ago by alfonsoml

  • status changed from new to closed
  • resolution set to fixed

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.