I've searched jqueryui.com and there's nothing about it...
The jsp page where I have the problem is huge, so I just post an excerpt.
The code for the dialog is:
<div id="divDetalles" class="formulario" title="Detalle de pedido">
<div class="formulario">
<div class="datos">
<fieldset class="pErrores" id="divErrorDetalle"
style="display:none;">
<legend><s:text name="error.legend"/></legend>
<div class="perrorMessage">
<div id="divDetalleErrorValor"></div>
<s:actionmessage/><s:actionerror/>
</div>
</fieldset>
<s:hidden id="articuloIdArticulo"
name="articuloIdArticulo" value=""/>
<div class="datosFormulario" style="width:49%">
<s:if test="pedido.modificableAlta==true">
<label class="lbObligatorio"
style="width:110px;margin-left:5px"><s:text
name="pedidodetalle.cantidad"/></label>
<s:textfield
onchange="comprobarDescuento();calcularCosteTotal();calcularTotalNeto();"
cssClass="txtObligatorio" id="articulocantidad" name="articulocantidad"
value="" theme="simple"/>
</s:if>
<s:else>
<label
style="width:110px;margin-left:5px"><s:text
name="pedidodetalle.cantidad"/></label>
<s:textfield readonly="true"
cssClass="txtReadOnly"
id="articulocantidad" name="articulocantidad" value="" theme="simple"/>
</s:else>
</div>
<%-- CODE GOES ON LIKE THAT --%>
</div>
</div>
</div>
Jörn Zaefferer-2 wrote:
>
> That's odd. Have you seen the problem anywhere, eg. official demos on
> jqueryui.com?
>
> There's nothing obvious in the code excerpt you posted - could you provide
> a
> complete testpage?
>
> Jörn
>
> On Tue, Jan 12, 2010 at 12:29 PM, diminuta <[email protected]>
> wrote:
>
>>
>> Hello, I'm having trouble with a dialog which has 2 buttons, the last one
>> only shows after you move the mouse over the first button... this only
>> happens with IE6, it works ok in FF...
>>
>> If i add a 3rd button, then the 1st and 2nd show when the dialg opens,
>> and
>> the 3rd only when I move the mouse over the 2nd... weird...
>>
>> Any ideas??
>>
>> This is the code I'm using:
>>
>> $("#divDetalles").dialog({
>> bgiframe: true,
>> height: 650,
>> width: 600,
>> modal: true,
>> autoOpen: false,
>> resizable: false,
>> buttons: {
>> 'Guardar': function() {
>> var
>> result=addArticulo($("#ListaArticulos"));
>> if (result==true){
>> $(this).dialog('close');
>> }
>> },
>> 'Volver': function() {
>> $(this).dialog('close');
>> }
>> }
>> });
>> --
>> View this message in context:
>> http://old.nabble.com/Last-button-in-dialog-with-IE6-only-shows-after-hover-tp27126228s27240p27126228.html
>> Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "jQuery UI" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<jquery-ui%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/jquery-ui?hl=en.
>>
>>
>>
>>
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "jQuery UI" group.
>
> To post to this group, send email to [email protected].
>
> To unsubscribe from this group, send email to
> [email protected].
>
> For more options, visit this group at
> http://groups.google.com/group/jquery-ui?hl=en.
>
>
>
--
View this message in context:
http://old.nabble.com/Last-button-in-dialog-with-IE6-only-shows-after-hover-tp27126228s27240p27128697.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.
--
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en.