[jira] Commented: (MYFACES-874) popup not rendering over

2006-01-05 Thread jeff porter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-874?page=comments#action_12361822 
] 

jeff porter commented on MYFACES-874:
-


I still see this behaviour in IE with nightly build myfaces-20051230.zip

See image...
http://www.porter.eu.com/jeff/IEmyfaces-20051230.jpg

> popup not rendering over  
>
>  Key: MYFACES-874
>  URL: http://issues.apache.org/jira/browse/MYFACES-874
>  Project: MyFaces
> Type: Bug
> Versions: 1.1.1
>  Environment: MyFaces 1.11
> jdk1.5.0_04
> Firefox 1.07
> IE  6.0.2900.2180 xpsp_sp2_gdr.050301-1519
> Windows XP - SP2
> Reporter: jeff porter
>  Fix For: Nightly
>  Attachments: theTest4.jsp
>
> 3 Parts to this possible bug.
> 1: The examples in myfaces-1.1.1-src shows the user of  site say uses 
> In this case I've followed examples, not the website. Which is correct?
> 2: Firefox: Popups do not render of text created with the  tag.
> See image ...
> http://www.porter.eu.com/jeff/example.JPG
> 3: IE: Popups do not render correctly, a large textarea box is shown.
> See image...
> http://www.porter.eu.com/jeff/example2.JPG
> Code used
> <%@ taglib uri="http://myfaces.apache.org/extensions"; prefix="x"%>
>  styleClass="popup"
> closePopupOnExitingElement="true"
> closePopupOnExitingPopup="true"
> displayAtDistanceX="-500"
> displayAtDistanceY="10" >
>
>
> 
> 
> 
> 
> 
> 
> 
> Style.css
> .popup {
> background-color:#6699FF;
> color: #00;
> border: 1px solid #CC;
> font-size:smaller;
> padding: 5px;
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (MYFACES-874) popup not rendering over

2005-11-28 Thread jeff porter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-874?page=all ]

jeff porter updated MYFACES-874:


Attachment: theTest4.jsp

The div with the style tag  div.containerWide  causes the text not to render 
correctly in the popup.

> popup not rendering over  
>
>  Key: MYFACES-874
>  URL: http://issues.apache.org/jira/browse/MYFACES-874
>  Project: MyFaces
> Type: Bug
> Versions: 1.1.1
>  Environment: MyFaces 1.11
> jdk1.5.0_04
> Firefox 1.07
> IE  6.0.2900.2180 xpsp_sp2_gdr.050301-1519
> Windows XP - SP2
> Reporter: jeff porter
>  Attachments: theTest4.jsp
>
> 3 Parts to this possible bug.
> 1: The examples in myfaces-1.1.1-src shows the user of  site say uses 
> In this case I've followed examples, not the website. Which is correct?
> 2: Firefox: Popups do not render of text created with the  tag.
> See image ...
> http://www.porter.eu.com/jeff/example.JPG
> 3: IE: Popups do not render correctly, a large textarea box is shown.
> See image...
> http://www.porter.eu.com/jeff/example2.JPG
> Code used
> <%@ taglib uri="http://myfaces.apache.org/extensions"; prefix="x"%>
>  styleClass="popup"
> closePopupOnExitingElement="true"
> closePopupOnExitingPopup="true"
> displayAtDistanceX="-500"
> displayAtDistanceY="10" >
>
>
> 
> 
> 
> 
> 
> 
> 
> Style.css
> .popup {
> background-color:#6699FF;
> color: #00;
> border: 1px solid #CC;
> font-size:smaller;
> padding: 5px;
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (MYFACES-874) popup not rendering over

2005-11-25 Thread jeff porter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-874?page=comments#action_12358502 
] 

jeff porter commented on MYFACES-874:
-

Ops typo.


2: Firefox: Popups do not render over the top of text created with the 
 tag.



> popup not rendering over  
>
>  Key: MYFACES-874
>  URL: http://issues.apache.org/jira/browse/MYFACES-874
>  Project: MyFaces
> Type: Bug
> Versions: 1.1.1
>  Environment: MyFaces 1.11
> jdk1.5.0_04
> Firefox 1.07
> IE  6.0.2900.2180 xpsp_sp2_gdr.050301-1519
> Windows XP - SP2
> Reporter: jeff porter

>
> 3 Parts to this possible bug.
> 1: The examples in myfaces-1.1.1-src shows the user of  site say uses 
> In this case I've followed examples, not the website. Which is correct?
> 2: Firefox: Popups do not render of text created with the  tag.
> See image ...
> http://www.porter.eu.com/jeff/example.JPG
> 3: IE: Popups do not render correctly, a large textarea box is shown.
> See image...
> http://www.porter.eu.com/jeff/example2.JPG
> Code used
> <%@ taglib uri="http://myfaces.apache.org/extensions"; prefix="x"%>
>  styleClass="popup"
> closePopupOnExitingElement="true"
> closePopupOnExitingPopup="true"
> displayAtDistanceX="-500"
> displayAtDistanceY="10" >
>
>
> 
> 
> 
> 
> 
> 
> 
> Style.css
> .popup {
> background-color:#6699FF;
> color: #00;
> border: 1px solid #CC;
> font-size:smaller;
> padding: 5px;
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (MYFACES-874) popup not rendering over

2005-11-25 Thread jeff porter (JIRA)
popup not rendering over http://issues.apache.org/jira/browse/MYFACES-874
 Project: MyFaces
Type: Bug
Versions: 1.1.1
 Environment: MyFaces 1.11
jdk1.5.0_04
Firefox 1.07
IE  6.0.2900.2180 xpsp_sp2_gdr.050301-1519
Windows XP - SP2
Reporter: jeff porter


3 Parts to this possible bug.

1: The examples in myfaces-1.1.1-src shows the user of 
In this case I've followed examples, not the website. Which is correct?

2: Firefox: Popups do not render of text created with the  tag.
See image ...
http://www.porter.eu.com/jeff/example.JPG

3: IE: Popups do not render correctly, a large textarea box is shown.
See image...
http://www.porter.eu.com/jeff/example2.JPG


Code used

<%@ taglib uri="http://myfaces.apache.org/extensions"; prefix="x"%>


   
   









Style.css
.popup {
background-color:#6699FF;
color: #00;
border: 1px solid #CC;
font-size:smaller;
padding: 5px;
}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (MYFACES-858) Documentation on myFaces site has typo in code.

2005-11-22 Thread jeff porter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-858?page=comments#action_12358230 
] 

jeff porter commented on MYFACES-858:
-


Also, how do you implement the backend bean?

What is getItems ment to return? String[] , List, etc?




> Documentation on myFaces site has typo in code.
> ---
>
>  Key: MYFACES-858
>  URL: http://issues.apache.org/jira/browse/MYFACES-858
>  Project: MyFaces
> Type: Improvement
>   Components: Tomahawk
> Versions: 1.1.1
>  Environment: Web page. See description...
> Reporter: jeff porter
> Priority: Trivial

>
> http://myfaces.apache.org/sandbox/inputSuggestAjax.html
>  auggestedItemsMethod="backend bean callback 
> method" value="Bean"/>
> Should "auggestedItemsMethod" not be "SuggestedItemsMethod"  ??
> detial: First letter is wrong.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (MYFACES-858) Documentation on myFaces site has typo in code.

2005-11-22 Thread jeff porter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-858?page=comments#action_12358229 
] 

jeff porter commented on MYFACES-858:
-


Also 



Should... " Documentation on myFaces site has typo in code.
> ---
>
>  Key: MYFACES-858
>  URL: http://issues.apache.org/jira/browse/MYFACES-858
>  Project: MyFaces
> Type: Improvement
>   Components: Tomahawk
> Versions: 1.1.1
>  Environment: Web page. See description...
> Reporter: jeff porter
> Priority: Trivial

>
> http://myfaces.apache.org/sandbox/inputSuggestAjax.html
>  auggestedItemsMethod="backend bean callback 
> method" value="Bean"/>
> Should "auggestedItemsMethod" not be "SuggestedItemsMethod"  ??
> detial: First letter is wrong.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (MYFACES-858) Documentation on myFaces site has typo in code.

2005-11-22 Thread jeff porter (JIRA)
Documentation on myFaces site has typo in code.
---

 Key: MYFACES-858
 URL: http://issues.apache.org/jira/browse/MYFACES-858
 Project: MyFaces
Type: Improvement
  Components: Tomahawk  
Versions: 1.1.1
 Environment: Web page. See description...
Reporter: jeff porter
Priority: Trivial


http://myfaces.apache.org/sandbox/inputSuggestAjax.html



Should "auggestedItemsMethod" not be "SuggestedItemsMethod"  ??

detial: First letter is wrong.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (MYFACES-797) t:inputCalendar + javscript(using variable tabList) = page hang.

2005-11-11 Thread jeff porter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-797?page=comments#action_12357369 
] 

jeff porter commented on MYFACES-797:
-



Hi Martin,

I've downloaded te build.. myfaces-20051105.zip

Its fine with the code...

//   <  

but the code

// i t:inputCalendar + javscript(using variable tabList) = page hang.
> 
>
>  Key: MYFACES-797
>  URL: http://issues.apache.org/jira/browse/MYFACES-797
>  Project: MyFaces
> Type: Bug
>   Components: Tomahawk
> Versions: Nightly
>  Environment: jboss-4.0.2
> jdk1.5.0_04
> Firefox 1.0.7
> myfaces-20051107.zip
> Struts 1.2.7
> Reporter: jeff porter
>  Attachments: ebusinees_Cal_JS_Prob.ear
>
> I started with the bug of t:calendar and onload not working in release 1.1.1
> I then moved on to the nightly release 20051107. 
> New bug...
> If I have a page with  
> function messWithMyHead() {
>   for (var i=0; i   }
> }
> 
> The page will never be displayed.
> 1: I don't call the JavaScript, it just has to exist on the page.
> 2: Method name is not the cause
> 3: Remming out the for loop does not stop the problem
> 4: REMOVING the for loop does allow the page to be displayed.
> 5: REMOVING the  6: No error message is displayed in the JBoss console, it just hangs.
> To prove this, download my ear (link at bottom) & go to the address...
>  
> http://localhost:8080/ebusiness/
> (Change port if required)
> The page will not be displayed.
> Then go into the ear, then the war and open the file theTest.jsp
> Removed the for loop lines (or the t:calendar), save & exit. 
> Go back to the address & the page will display.
> Example ear of the problem at...
> http://www.porter.eu.com/jeff/prob.ear  (3meg - inc libs)
> Hope someone else can verify this for me.
> Jeff. :-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (MYFACES-797) t:inputCalendar + javscript(using variable tabList) = page hang.

2005-11-08 Thread jeff porter (JIRA)
[ 
http://issues.apache.org/jira/browse/MYFACES-797?page=comments#action_12357038 
] 

jeff porter commented on MYFACES-797:
-

Hi Martin,

Yep I've already tried that. I've just re-tried it with the java script method 
sig...


function qwerty() {
   // remove these two line (not rem) and all will work.
// ELSE - remove the t:inputCalendar  and the page will be displayed
  for (var i=0; i t:inputCalendar + javscript(using variable tabList) = page hang.
> 
>
>  Key: MYFACES-797
>  URL: http://issues.apache.org/jira/browse/MYFACES-797
>  Project: MyFaces
> Type: Bug
>   Components: Tomahawk
> Versions: Nightly
>  Environment: jboss-4.0.2
> jdk1.5.0_04
> Firefox 1.0.7
> myfaces-20051107.zip
> Struts 1.2.7
> Reporter: jeff porter
>  Attachments: ebusinees_Cal_JS_Prob.ear
>
> I started with the bug of t:calendar and onload not working in release 1.1.1
> I then moved on to the nightly release 20051107. 
> New bug...
> If I have a page with  
> function messWithMyHead() {
>   for (var i=0; i   }
> }
> 
> The page will never be displayed.
> 1: I don't call the JavaScript, it just has to exist on the page.
> 2: Method name is not the cause
> 3: Remming out the for loop does not stop the problem
> 4: REMOVING the for loop does allow the page to be displayed.
> 5: REMOVING the  6: No error message is displayed in the JBoss console, it just hangs.
> To prove this, download my ear (link at bottom) & go to the address...
>  
> http://localhost:8080/ebusiness/
> (Change port if required)
> The page will not be displayed.
> Then go into the ear, then the war and open the file theTest.jsp
> Removed the for loop lines (or the t:calendar), save & exit. 
> Go back to the address & the page will display.
> Example ear of the problem at...
> http://www.porter.eu.com/jeff/prob.ear  (3meg - inc libs)
> Hope someone else can verify this for me.
> Jeff. :-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (MYFACES-797) t:inputCalendar + javscript(using variable tabList) = page hang.

2005-11-08 Thread jeff porter (JIRA)
t:inputCalendar + javscript(using variable tabList) = page hang.


 Key: MYFACES-797
 URL: http://issues.apache.org/jira/browse/MYFACES-797
 Project: MyFaces
Type: Bug
  Components: Tomahawk  
Versions: Nightly
 Environment: jboss-4.0.2
jdk1.5.0_04
Firefox 1.0.7
myfaces-20051107.zip
Struts 1.2.7
Reporter: jeff porter
 Attachments: ebusinees_Cal_JS_Prob.ear


I started with the bug of t:calendar and onload not working in release 1.1.1
I then moved on to the nightly release 20051107. 

New bug...

If I have a page with 
function messWithMyHead() {
  for (var i=0; i

The page will never be displayed.

1: I don't call the JavaScript, it just has to exist on the page.
2: Method name is not the cause
3: Remming out the for loop does not stop the problem
4: REMOVING the for loop does allow the page to be displayed.
5: REMOVING the http://localhost:8080/ebusiness/
(Change port if required)

The page will not be displayed.

Then go into the ear, then the war and open the file theTest.jsp

Removed the for loop lines (or the t:calendar), save & exit. 

Go back to the address & the page will display.

Example ear of the problem at...
http://www.porter.eu.com/jeff/prob.ear  (3meg - inc libs)

Hope someone else can verify this for me.

Jeff. :-)



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Updated: (MYFACES-797) t:inputCalendar + javscript(using variable tabList) = page hang.

2005-11-08 Thread jeff porter (JIRA)
 [ http://issues.apache.org/jira/browse/MYFACES-797?page=all ]

jeff porter updated MYFACES-797:


Attachment: ebusinees_Cal_JS_Prob.ear

example ear of the problem.

> t:inputCalendar + javscript(using variable tabList) = page hang.
> 
>
>  Key: MYFACES-797
>  URL: http://issues.apache.org/jira/browse/MYFACES-797
>  Project: MyFaces
> Type: Bug
>   Components: Tomahawk
> Versions: Nightly
>  Environment: jboss-4.0.2
> jdk1.5.0_04
> Firefox 1.0.7
> myfaces-20051107.zip
> Struts 1.2.7
> Reporter: jeff porter
>  Attachments: ebusinees_Cal_JS_Prob.ear
>
> I started with the bug of t:calendar and onload not working in release 1.1.1
> I then moved on to the nightly release 20051107. 
> New bug...
> If I have a page with  
> function messWithMyHead() {
>   for (var i=0; i   }
> }
> 
> The page will never be displayed.
> 1: I don't call the JavaScript, it just has to exist on the page.
> 2: Method name is not the cause
> 3: Remming out the for loop does not stop the problem
> 4: REMOVING the for loop does allow the page to be displayed.
> 5: REMOVING the  6: No error message is displayed in the JBoss console, it just hangs.
> To prove this, download my ear (link at bottom) & go to the address...
>  
> http://localhost:8080/ebusiness/
> (Change port if required)
> The page will not be displayed.
> Then go into the ear, then the war and open the file theTest.jsp
> Removed the for loop lines (or the t:calendar), save & exit. 
> Go back to the address & the page will display.
> Example ear of the problem at...
> http://www.porter.eu.com/jeff/prob.ear  (3meg - inc libs)
> Hope someone else can verify this for me.
> Jeff. :-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira