Upgrading to 3.6.0rc1: readonly date control

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Upgrading to 3.6.0rc1: readonly date control

Olivier Thery
Hello,

In 3.6.0rc1, when a date control is readonly (readonly="true()"), the calendar
image and the cursor hand are always displayed. In the previous version, the
image was not displayed and the cursor keep default shape.
is it a bug ?


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Upgrading to 3.6.0rc1: readonly date control

Erik Bruchez
Administrator
Olivier,

Yes, it is a CSS bug, thanks for reporting this! I just committed a fix.

-Erik

On Dec 4, 2007, at 1:25 PM, Olivier Thery wrote:

> Hello,
>
> In 3.6.0rc1, when a date control is readonly (readonly="true()"),  
> the calendar
> image and the cursor hand are always displayed. In the previous  
> version, the
> image was not displayed and the cursor keep default shape.
> is it a bug ?

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Upgrading to 3.6.0rc1: readonly date control

ilangostl
Hi Erik
This is the message that I see in Nabble for a message that I tried 25 days ago:
 

This message was sent to the [hidden email] mailing list 25 days, 2 hours and 35 minutes ago but has not yet been accepted.

I have always resent a subscription request to the list but it never worked.
 
Now I have a problem with displaying a calendar control. The code is as below:
 
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms"
    xmlns:xs=" http://www.w3.org/2001/XMLSchema"
    xmlns:ev="http://www.w3.org/2001/xml-events"
    xmlns:d=" http://www.mydata.com/xmlns/data">
    <head>
        <title/>
        <style type="text/css"><![CDATA[
    @namespace xf url(' http://www.w3.org/2002/xforms');
    #hiddenInput .xf-value {display:none;}           
    ]]></style>
    </head>
    <body>
        <xf:model>
            <xf:instance>
                <d:data date="2006-06-01"/>
            </xf:instance>
            <xf:bind nodeset="@date" type="xs:date"/>
        </xf:model>
        <xf:input ref="@date" incremental="true">
            <xf:label>Date (Standard Format): </xf:label>
        </xf:input>
        <br/>
        <xf:input ref="@date" incremental="true" id="hiddenInput">
            <xf:label>Date (Specialized Format): </xf:label>
        </xf:input>
        <xf:output
            value="concat(substring(@date,6,2),'/',substring(@date,9,2),'/',substring(@date,1,4))"
        />
    </body>
</html>
       
------
 
The control won't display at all. Is this a bug in xforms.css that I need to look at?
 
thanks


 
On 12/5/07, Erik Bruchez <[hidden email]> wrote:
Olivier,

Yes, it is a CSS bug, thanks for reporting this! I just committed a fix.

-Erik

On Dec 4, 2007, at 1:25 PM, Olivier Thery wrote:

> Hello,
>
> In 3.6.0rc1, when a date control is readonly (readonly="true()"),
> the calendar
> image and the cursor hand are always displayed. In the previous
> version, the
> image was not displayed and the cursor keep default shape.
> is it a bug ?

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Upgrading to 3.6.0rc1: readonly date control

ilangostl
In reply to this post by Erik Bruchez
Hi
Where can I get the latest release of Orbeon with the CSS fix in it?
 
thanks again
ilango

 
On 12/5/07, Erik Bruchez <[hidden email]> wrote:
Olivier,

Yes, it is a CSS bug, thanks for reporting this! I just committed a fix.

-Erik

On Dec 4, 2007, at 1:25 PM, Olivier Thery wrote:

> Hello,
>
> In 3.6.0rc1, when a date control is readonly (readonly="true()"),
> the calendar
> image and the cursor hand are always displayed. In the previous
> version, the
> image was not displayed and the cursor keep default shape.
> is it a bug ?

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws




--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Upgrading to 3.6.0rc1: readonly date control

Erik Bruchez
Administrator
http://www.orbeon.com/forms/download

3.6.0 final has this fix.

-Erik

On Dec 7, 2007, at 8:50 AM, XGuy wrote:

> Hi
> Where can I get the latest release of Orbeon with the CSS fix in it?
>
> thanks again
> ilango
>
>
> On 12/5/07, Erik Bruchez <[hidden email]> wrote: Olivier,
>
> Yes, it is a CSS bug, thanks for reporting this! I just committed a  
> fix.
>
> -Erik
>
> On Dec 4, 2007, at 1:25 PM, Olivier Thery wrote:
>
> > Hello,
> >
> > In 3.6.0rc1, when a date control is readonly (readonly="true()"),
> > the calendar
> > image and the cursor hand are always displayed. In the previous
> > version, the
> > image was not displayed and the cursor keep default shape.
> > is it a bug ?
>
> --
> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
> http://www.orbeon.com/
>
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto: [hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
>
> --
> You receive this message as a subscriber of the [hidden email]  
> mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Upgrading to 3.6.0rc1: readonly date control

ilango_g
This CSS Fix: which CSS file has the problem in it: is it xforms.css or something else?


Erik Bruchez wrote
http://www.orbeon.com/forms/download

3.6.0 final has this fix.

-Erik

On Dec 7, 2007, at 8:50 AM, XGuy wrote:

> Hi
> Where can I get the latest release of Orbeon with the CSS fix in it?
>
> thanks again
> ilango
>
>
> On 12/5/07, Erik Bruchez <ebruchez@orbeon.com> wrote: Olivier,
>
> Yes, it is a CSS bug, thanks for reporting this! I just committed a  
> fix.
>
> -Erik
>
> On Dec 4, 2007, at 1:25 PM, Olivier Thery wrote:
>
> > Hello,
> >
> > In 3.6.0rc1, when a date control is readonly (readonly="true()"),
> > the calendar
> > image and the cursor hand are always displayed. In the previous
> > version, the
> > image was not displayed and the cursor keep default shape.
> > is it a bug ?
>
> --
> Orbeon Forms - Web Forms for the Enterprise Done the Right Way
> http://www.orbeon.com/
>
>
>
> --
> You receive this message as a subscriber of the ops-users@ow2.org  
> mailing list.
> To unsubscribe: mailto: ops-users-unsubscribe@ow2.org
> For general help: mailto:sympa@ow2.org?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>
>
> --
> You receive this message as a subscriber of the ops-users@ow2.org  
> mailing list.
> To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
> For general help: mailto:sympa@ow2.org?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/



--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws