Ticket #299 (closed Bug: fixed)

Opened 2 years ago

Last modified 2 years 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 2 years ago.
fck_flash-changed.zip (1.8 KB) - added by mansoft 2 years ago.
This is the modified file (version 2.4.1)

Change History

Changed 2 years ago by mansoft

Changed 2 years ago by mansoft

This is the modified file (version 2.4.1)

Changed 2 years ago by fredck

  • milestone FCKeditor 2.4.2 deleted

Changed 2 years 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 2 years 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.