[jira] Updated: (TRINIDAD-1145) Table throws javascript error alert when click on 'Select None' ( rowSelection=multiple autoSubmit=true) when no rows on selection and thus blocks any further ope

2010-04-16 Thread Anirban Datta (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anirban Datta updated TRINIDAD-1145:


Status: Patch Available  (was: Open)

 Table throws javascript error alert when click on 'Select None' ( 
 rowSelection=multiple  autoSubmit=true) when no rows on selection and 
 thus blocks any further operations
 ---

 Key: TRINIDAD-1145
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1145
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions: 1.0.4-core, 1.0.7-core
 Environment: IE 6,IE 7
Reporter: Ramesh Bandaru

 Trinidad Table component with the attribute autoSubmit=true   
 rowSelection=multiple throws javascript error alert when click on 'Select 
 None' If no rows are on selection in table and thus blocks any further 
 operations.
 Component : tr:table
 Attributes : autoSubmit=true and rowSelection=multiple.
 Error Type : Javascript Error Alert
 Error Text :  Line 7060 Error: 'undefined' is null or not an object

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




[jira] Commented: (TRINIDAD-1145) Table throws javascript error alert when click on 'Select None' ( rowSelection=multiple autoSubmit=true) when no rows on selection and thus blocks any further o

2010-04-16 Thread Anirban Datta (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858071#action_12858071
 ] 

Anirban Datta commented on TRINIDAD-1145:
-

One correction
The path is 
File:-trinidad-impl-1.0.x/src/META-INF/adf/jsLibs/TableProxy.js


 Table throws javascript error alert when click on 'Select None' ( 
 rowSelection=multiple  autoSubmit=true) when no rows on selection and 
 thus blocks any further operations
 ---

 Key: TRINIDAD-1145
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1145
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions: 1.0.4-core, 1.0.7-core
 Environment: IE 6,IE 7
Reporter: Ramesh Bandaru
 Attachments: TableProxy.js.txt


 Trinidad Table component with the attribute autoSubmit=true   
 rowSelection=multiple throws javascript error alert when click on 'Select 
 None' If no rows are on selection in table and thus blocks any further 
 operations.
 Component : tr:table
 Attributes : autoSubmit=true and rowSelection=multiple.
 Error Type : Javascript Error Alert
 Error Text :  Line 7060 Error: 'undefined' is null or not an object

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




[jira] Commented: (TRINIDAD-1162) Table's autoSubmit and selectAll/None links on IE error

2010-04-16 Thread Anirban Datta (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12858072#action_12858072
 ] 

Anirban Datta commented on TRINIDAD-1162:
-

Attention: - Please refer https://issues.apache.org/jira/browse/TRINIDAD-1145
for a possible fix

 Table's autoSubmit and selectAll/None links on IE error
 ---

 Key: TRINIDAD-1162
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1162
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions:  1.0.8-core
 Environment: IE 7.0, Facelets
Reporter: Tomas Havelka

 There is a bug, when table's autoSubmit attribute is set to true, 
 rowSelection is set to multiple and link Select All/None is clicked. Then on 
 IE javascrip error occurs. Scenario is as follows:
   1. set table's autoSubmit attribute to true
   2. set rowSelection attribute to multiple
   3. click Select All link - it works correctly in this case
   4. click again Select All (or None) link - javascript error occurs and PPR 
 failed to work from now

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




[jira] Commented: (TRINIDAD-1071) combobox not shown in IE inside a lightweight dialog

2010-03-24 Thread Anirban Datta (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12849370#action_12849370
 ] 

Anirban Datta commented on TRINIDAD-1071:
-

Still the combo box does not appear in IE 6. Although I see the code 
_renderShowComboBoxScriptForIE6 is pretty much in place.
I was using 
myfaces-api-1.2.8.jar
myfaces-impl-1.2.8.jar
trinidad-api-1.2.13.jar
trinidad-impl-1.2.13.jar
and facelets 1.1.14

 combobox not shown in IE inside a lightweight dialog
 

 Key: TRINIDAD-1071
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1071
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions: 1.2.7-core
 Environment: Tomcat 6.0.14, Sun JSF RI 1.2, Windows XP SP2, IE6, 
 Facelets 1.1.14 
Reporter: Mathias Walter
Assignee: Matthias Weßendorf
 Fix For: 1.0.12-core, 1.2.13-core 

 Attachments: ChooseDateRenderer.java, lwdlg_correctcb_IE.jpg, 
 lwdlg_missingcb_IE_1.jpg, TRINIDAD-1071.patch

   Original Estimate: 4h
  Remaining Estimate: 4h

 A combobox (maybe with too long content) is not shown in a lightweight dialog 
 in IE. But if the combobox is a required field and the form is submitted, 
 then the combobox is shown correctly (together with the required error 
 message).
 Code:
 ?xml version='1.0' encoding='utf-8'?
 html xmlns=http://www.w3.org/1999/xhtml; 
 xmlns:f=http://java.sun.com/jsf/core;
   xmlns:tr=http://myfaces.apache.org/trinidad; 
 xmlns:trh=http://myfaces.apache.org/trinidad/html;
   xmlns:h=http://java.sun.com/jsf/html;
   version=1.2
   trh:head
   titleArzt auswählen/title
   /trh:head
   trh:body
   tr:form
   tr:panelFormLayout
   tr:selectOneChoice label=Arzt: 
 value=#{physicians.choosed} required=true
   f:selectItems 
 value=#{physicians.items} /
   /tr:selectOneChoice
   /tr:panelFormLayout
   tr:separator /
   tr:panelButtonBar halign=center
   tr:commandButton id=save 
 action=#{physicians.select} text=Übernehmen /
   tr:commandButton id=cancel 
 action=#{physicians.cancelSelect} text=Abbrechen immediate=true /
   /tr:panelButtonBar
   /tr:form
   /trh:body
 /html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TRINIDAD-1445) Lightweight Trinidad dialogs does not move like standard windows pop ups

2010-01-22 Thread Anirban Datta (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anirban Datta updated TRINIDAD-1445:


Status: Open  (was: Patch Available)

 Lightweight Trinidad dialogs does not move like standard windows pop ups
 

 Key: TRINIDAD-1445
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1445
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions:  1.0.8-core
 Environment: Windows XP/ Solaris(in production) Websphere 6.1
Reporter: Anirban Datta

 When I am using the lightweight trinidad dialogs I cannot move or resize the 
 iframe rendered. Is there any fix for it?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TRINIDAD-1445) Lightweight Trinidad dialogs does not move like standard windows pop ups

2010-01-22 Thread Anirban Datta (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anirban Datta updated TRINIDAD-1445:


Status: Patch Available  (was: Open)

 Lightweight Trinidad dialogs does not move like standard windows pop ups
 

 Key: TRINIDAD-1445
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1445
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions:  1.0.8-core
 Environment: Windows XP/ Solaris(in production) Websphere 6.1
Reporter: Anirban Datta

 When I am using the lightweight trinidad dialogs I cannot move or resize the 
 iframe rendered. Is there any fix for it?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TRINIDAD-136) Add ability to move lightweight dialogs around the page

2010-01-21 Thread Anirban Datta (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12803359#action_12803359
 ] 

Anirban Datta commented on TRINIDAD-136:


Is there any fix available to this defect?

 Add ability to move lightweight dialogs around the page
 ---

 Key: TRINIDAD-136
 URL: https://issues.apache.org/jira/browse/TRINIDAD-136
 Project: MyFaces Trinidad
  Issue Type: Improvement
Affects Versions: 1.0.2-core
Reporter: Danny Robinson
Assignee: Danny Robinson
Priority: Minor

 The new lightweight dialogs feature pops an iframe dialog in the center of 
 the page.  While the dialog has a title bar, it doesn't allow you to drag the 
 window around so you can see information hidden behind it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (TRINIDAD-136) Add ability to move lightweight dialogs around the page

2010-01-21 Thread Anirban Datta (JIRA)

[ 
https://issues.apache.org/jira/browse/TRINIDAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12803375#action_12803375
 ] 

Anirban Datta commented on TRINIDAD-136:


Can you give me a small hint? Which specific file to look into to address this 
issue? Core.js?

 Add ability to move lightweight dialogs around the page
 ---

 Key: TRINIDAD-136
 URL: https://issues.apache.org/jira/browse/TRINIDAD-136
 Project: MyFaces Trinidad
  Issue Type: Improvement
Affects Versions: 1.0.2-core
Reporter: Danny Robinson
Assignee: Danny Robinson
Priority: Minor

 The new lightweight dialogs feature pops an iframe dialog in the center of 
 the page.  While the dialog has a title bar, it doesn't allow you to drag the 
 window around so you can see information hidden behind it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (MYFACES-2261) JspStateManagerImpl bug in SerializedViewCollection inner class public synchronized void add method

2009-06-27 Thread Anirban Datta (JIRA)
JspStateManagerImpl bug in SerializedViewCollection inner class public 
synchronized void add method
---

 Key: MYFACES-2261
 URL: https://issues.apache.org/jira/browse/MYFACES-2261
 Project: MyFaces Core
  Issue Type: Bug
 Environment: Independant
Reporter: Anirban Datta


The  JspStateManagerImpl class should never compile with these lines 
while (_keys.remove(key)) ;
_keys.add(key); // from here every other line is unreachable
in protected static class SerializedViewCollection class
The block of code after this line will never execute



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TRINIDAD-1445) Lightweight Trinidad dialogs does not move like standard windows pop ups

2009-04-16 Thread Anirban Datta (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anirban Datta updated TRINIDAD-1445:


Status: Open  (was: Patch Available)

 Lightweight Trinidad dialogs does not move like standard windows pop ups
 

 Key: TRINIDAD-1445
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1445
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions:  1.0.8-core
 Environment: Windows XP/ Solaris(in production) Websphere 6.1
Reporter: Anirban Datta

 When I am using the lightweight trinidad dialogs I cannot move or resize the 
 iframe rendered. Is there any fix for it?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TRINIDAD-1445) Lightweight Trinidad dialogs does not move like standard windows pop ups

2009-04-12 Thread Anirban Datta (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anirban Datta updated TRINIDAD-1445:


Status: Patch Available  (was: Open)

 Lightweight Trinidad dialogs does not move like standard windows pop ups
 

 Key: TRINIDAD-1445
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1445
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions:  1.0.8-core
 Environment: Windows XP/ Solaris(in production) Websphere 6.1
Reporter: Anirban Datta

 When I am using the lightweight trinidad dialogs I cannot move or resize the 
 iframe rendered. Is there any fix for it?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (TRINIDAD-136) Add ability to move lightweight dialogs around the page

2009-04-05 Thread Anirban Datta (JIRA)

 [ 
https://issues.apache.org/jira/browse/TRINIDAD-136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anirban Datta updated TRINIDAD-136:
---

Status: Patch Available  (was: Open)

 Add ability to move lightweight dialogs around the page
 ---

 Key: TRINIDAD-136
 URL: https://issues.apache.org/jira/browse/TRINIDAD-136
 Project: MyFaces Trinidad
  Issue Type: Improvement
Affects Versions: 1.0.2-core
Reporter: Danny Robinson
Assignee: Danny Robinson
Priority: Minor

 The new lightweight dialogs feature pops an iframe dialog in the center of 
 the page.  While the dialog has a title bar, it doesn't allow you to drag the 
 window around so you can see information hidden behind it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (TRINIDAD-1445) Lightweight dialogs does not move like standard windows pop ups

2009-04-03 Thread Anirban Datta (JIRA)
Lightweight dialogs does not move like standard windows pop ups
---

 Key: TRINIDAD-1445
 URL: https://issues.apache.org/jira/browse/TRINIDAD-1445
 Project: MyFaces Trinidad
  Issue Type: Bug
  Components: Components
Affects Versions:  1.0.8-core
 Environment: Windows XP/ Solaris(in production) Websphere 6.1
Reporter: Anirban Datta


When I am using the lightweight trinidad dialogs I cannot move or resize the 
iframe rendered. Is there any fix for it?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.