xforms:select no being populated in IE

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

xforms:select no being populated in IE

Steve Lenhart
Alex / Erik,

I have some xforms:select that are not being populated in IE, they work
as expected in FireFox.

I tested this in the sandbox in the latest build and was able to
reproduce it.

See the attached test case.


Steve





--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

test.xhtml (16K) Download Attachment
slenhart.vcf (299 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: xforms:select no being populated in IE

Joseph Lawrence
Hi Steve,
    I removed @navindex from the select control and applied a class on it instead of @style on your  test  case  and it  worked  with  IE  as  well.  I am  attaching  the  sample.

Thanks
Joseph Lawrence
Stabilix Solutions

Steve Lenhart <[hidden email]> wrote:
Alex / Erik,

I have some xforms:select that are not being populated in IE, they work
as expected in FireFox.

I tested this in the sandbox in the latest build and was able to
reproduce it.

See the attached test case.


Steve



begin:vcard
fn:Steve Lenhart
n:Lenhart;Steve
org:Teleflex Inc.;Corporate IT
adr:;;155 South Limerick Rd;Limerick;PA;19468;USA
email;internet:[hidden email]
title:Web Developer
tel;work:1-(610)-948-1744
tel;cell:1-(484)-919-5578
url:http://www.teleflex.com
version:2.1
end:vcard


--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.

--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

test(2).xhtml (17K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: xforms:select no being populated in IE

Steve Lenhart
Joseph,

Thanks, I just tested this out and it does work as expected. Changed the style around abit .... seems my problem was coming about with IE not being able to apply a width and height of 100% to a select .... it will do one or the other, but not both.

Steve


Joseph Lawrence wrote:
Hi Steve,
    I removed @navindex from the select control and applied a class on it instead of @style on your  test  case  and it  worked  with  IE  as  well.  I am  attaching  the  sample.

Thanks
Joseph Lawrence
Stabilix Solutions

Steve Lenhart [hidden email] wrote:
Alex / Erik,

I have some xforms:select that are not being populated in IE, they work
as expected in FireFox.

I tested this in the sandbox in the latest build and was able to
reproduce it.

See the attached test case.


Steve



begin:vcard
fn:Steve Lenhart
n:Lenhart;Steve
org:Teleflex Inc.;Corporate IT
adr:;;155 South Limerick Rd;Limerick;PA;19468;USA
[hidden email]
title:Web Developer
tel;work:1-(610)-948-1744
tel;cell:1-(484)-919-5578
url:http://www.teleflex.com
version:2.1
end:vcard


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


Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.

-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: [hidden email] For general help: [hidden email] ObjectWeb mailing lists service home page: http://www.objectweb.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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

slenhart.vcf (299 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: xforms:select no being populated in IE

Joseph Lawrence
In reply to this post by Joseph Lawrence
Hi Steve,
    I am sorry about the previous mail. Though it works the problem was not with the @navindex or @style. It was that the width and height were specified 100% and the table's td had no width or height associated with it. I added a @style to the td containing the select control and your code worked. I am attaching the working sample.

Thanks
Joseph Lawrence  
Stabilix Solutions

Joseph Lawrence <[hidden email]> wrote:
Hi Steve,
    I removed @navindex from the select control and applied a class on it instead of @style on your  test  case  and it  worked  with  IE  as  well.  I am  attaching  the  sample.

Thanks
Joseph Lawrence
Stabilix Solutions

Steve Lenhart <[hidden email]> wrote:
Alex / Erik,

I have some xforms:select that are not being populated in IE, they work
as expected in FireFox.

I tested this in the sandbox in the latest build and was able to
reproduce it.

See the attached test case.


Steve



begin:vcard
fn:Steve Lenhart
n:Lenhart;Steve
org:Teleflex Inc.;Corporate IT
adr:;;155 South Limerick Rd;Limerick;PA;19468;USA
email;internet:[hidden email]
title:Web Developer
tel;work:1-(610)-948-1744
tel;cell:1-(484)-919-5578
url:http://www.teleflex.com
version:2.1
end:vcard


--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.
--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


Never Miss an Email
Stay connected with Yahoo! Mail on your mobile. Get started!

--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

test(3).xhtml (17K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: xforms:select no being populated in IE

Steve Lenhart
Joseph,

Thanks for this..... I totally missed that!

Steve


Joseph Lawrence wrote:
Hi Steve,
    I am sorry about the previous mail. Though it works the problem was not with the @navindex or @style. It was that the width and height were specified 100% and the table's td had no width or height associated with it. I added a @style to the td containing the select control and your code worked. I am attaching the working sample.

Thanks
Joseph Lawrence  
Stabilix Solutions

Joseph Lawrence [hidden email] wrote:
Hi Steve,
    I removed @navindex from the select control and applied a class on it instead of @style on your  test  case  and it  worked  with  IE  as  well.  I am  attaching  the  sample.

Thanks
Joseph Lawrence
Stabilix Solutions

Steve Lenhart [hidden email] wrote:
Alex / Erik,

I have some xforms:select that are not being populated in IE, they work
as expected in FireFox.

I tested this in the sandbox in the latest build and was able to
reproduce it.

See the attached test case.


Steve



begin:vcard
fn:Steve Lenhart
n:Lenhart;Steve
org:Teleflex Inc.;Corporate IT
adr:;;155 South Limerick Rd;Limerick;PA;19468;USA
[hidden email]
title:Web Developer
tel;work:1-(610)-948-1744
tel;cell:1-(484)-919-5578
url:http://www.teleflex.com
version:2.1
end:vcard


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


Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.
--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: [hidden email]
For general help: [hidden email]
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws


Never Miss an Email
Stay connected with Yahoo! Mail on your mobile. Get started!

-- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: [hidden email] For general help: [hidden email] ObjectWeb mailing lists service home page: http://www.objectweb.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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

slenhart.vcf (299 bytes) Download Attachment