Opened 18 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"> <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
with:
<td vAlign="bottom" id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2"> <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
Attachments (2)
Change History (5)
Changed 18 years ago by
Attachment: | fck_flash.zip added |
---|
Changed 18 years ago by
Attachment: | fck_flash-changed.zip added |
---|
comment:1 Changed 18 years ago by
Milestone: | FCKeditor 2.4.2 |
---|
comment:2 Changed 18 years ago by
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
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [447].
Instead of directly modifying the dialog, I've changed the stylesheets so it's more flexible.
This is the modified file (version 2.4.1)