Ctrl/Alt down arrow not working correctly in FireFox

Last post 09-04-2007, 1:05 PM by fredd. 2 replies.
Sort Posts: Previous Next
  •  09-02-2007, 3:47 PM 33170

    Ctrl/Alt down arrow not working correctly in FireFox

    Adam,
     
    Another bug in FF and tables.
     
    In IE, when I Ctrl/Alt down arrow, most of the properties of the current row are carried to the new row. I've mentioned that Height and perhaps padding may not.
     
    However, in Firefox, none of the settings of the prior row are carried to the new row.
     
    For example, here's the current row:
     
                    <tr>
                        <td align="left" valign="top" width="150">&nbsp;</td>
                        <td align="left" valign="top" width="150">&nbsp;</td>
                        <td align="left" valign="top" width="150">&nbsp;</td>
                        <td align="right" valign="top" width="150">This is right&nbsp;</td>
                    </tr>
     
    When I Ctrl/Alt down arrow, here's the new row:
     
                    <tr align="left" valign="middle">
                        <td colspan="1">&nbsp;</td>
                        <td colspan="1">&nbsp;</td>
                        <td colspan="1">&nbsp;</td>
                        <td colspan="1">&nbsp;th</td>
                    </tr>
     
    Note that the <tr> tag incorrectly has alignment and valign inserted. This is incorrect.
     
    Note another problem with the new row: it has "colspan" inserted. This shouldn't be there I think.
     
    In IE, this row:
     
                    <TR>
                        <TD vAlign=top align=left></TD>
                        <TD vAlign=top align=left></TD>
                        <TD vAlign=top align=right>and this one</TD>
                    </TR>
     
    is duplicated correctly as:
     
                    <TR>
                        <TD vAlign=top align=left></TD>
                        <TD vAlign=top align=left></TD>
                        <TD vAlign=top align=right></TD>
                    </TR>
     
    FredD
  •  09-03-2007, 9:09 PM 33199 in reply to 33170

    Re: Ctrl/Alt down arrow not working correctly in FireFox

    FredD,
     
    Please try this example again:
     
     
    If it works for you, please download the latest build.
     
    To upgrade to this new build, you need to update all files under CuteSoft_Client\CuteEditor\Scripts directory.
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-04-2007, 1:05 PM 33219 in reply to 33199

    Re: Ctrl/Alt down arrow not working correctly in FireFox

    Adam,
     
    Excellent!! Thank you very much
     
    FredD
View as RSS news feed in XML