Bug Tracker

Modify

Ticket #3937 (closed bug: duplicate)

Opened 4 years ago

Last modified 4 years ago

Problems with mozzila firefox and slideDown

Reported by: ramonfo Owned by:
Priority: major Milestone: 1.3
Component: effects Version: 1.3
Keywords: Cc:
Blocking: Blocked by:

Description (last modified by kswedberg) (diff)

I am using slideDow to show a simple div named "celulaDetalhes". But, when i using mozilla firefox, this call show this div in wrong position. In others browser, how safari and ie, no have problems.

Resume of my source above:

Call in my file js: $("#celulaDetalhes").slideDown("slow");

This html is very simple. Only main part:

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td><table width="100%" border="0" cellpadding="0" cellspacing="0" >

<tr>

<td width="89" valign="bottom"><a id="abaDetalhes">Click </a></td>

</tr>

</table>

</td>

</tr> <tr>

<td bgcolor="#676767" style="display:none" id="celulaDetalhes">

In mozilla browsers, open in side of table. In safari and ie browsers, open in correct place.

</td>

</tr>

</table>

Thanks and sorry my poor english.

Change History

comment:1 Changed 4 years ago by kswedberg

  • Owner joern deleted
  • Component changed from web to fx
  • Description modified (diff)

comment:2 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to duplicate

This is a duplicate of #3177.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.