[jira] [Created] (TOBAGO-2308) Column selector does not select all entries when using column panel

2024-04-30 Thread Marcus Kroeger (Jira)
Marcus Kroeger created TOBAGO-2308:
--

 Summary: Column selector does not select all entries when using 
column panel
 Key: TOBAGO-2308
 URL: https://issues.apache.org/jira/browse/TOBAGO-2308
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 6.3.0, 5.11.0
Reporter: Marcus Kroeger


When using colunm panel in sheet, the column selector does not select all 
columns when clicking "all" checkbox



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (TOBAGO-2307) Lazy sheet does not fetch entries when using column panel

2024-04-30 Thread Marcus Kroeger (Jira)
Marcus Kroeger created TOBAGO-2307:
--

 Summary: Lazy sheet does not fetch entries when using column panel
 Key: TOBAGO-2307
 URL: https://issues.apache.org/jira/browse/TOBAGO-2307
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 6.3.0, 5.11.0
Reporter: Marcus Kroeger


When using a column panel within the sheet, the lazy loading does not fetch 
entries



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (TOBAGO-2309) Column Selector does not select all entries when using lazy sheet

2024-04-30 Thread Marcus Kroeger (Jira)
Marcus Kroeger created TOBAGO-2309:
--

 Summary: Column Selector does not select all entries when using 
lazy sheet
 Key: TOBAGO-2309
 URL: https://issues.apache.org/jira/browse/TOBAGO-2309
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 6.3.0, 5.11.0
Reporter: Marcus Kroeger


When using lazy loading within sheet, the column selector needs to select all 
entries, even they are not fetched yet.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (TOBAGO-2267) Ajax request outside sheet breaks lazy loading within sheet

2023-12-04 Thread Marcus Kroeger (Jira)
Marcus Kroeger created TOBAGO-2267:
--

 Summary: Ajax request outside sheet breaks lazy loading within 
sheet
 Key: TOBAGO-2267
 URL: https://issues.apache.org/jira/browse/TOBAGO-2267
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 6.1.0, 5.9.0
Reporter: Marcus Kroeger


When e.g. searching using a tc:in outside the sheet which triggers a reload of 
the sheet the values get shown correctly. When emtying the search the lazy 
loaded sheet does not show all values anymore.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (TOBAGO-2261) Sorting or Searching breaks sheet in case of lazy loading

2023-11-16 Thread Marcus Kroeger (Jira)
Marcus Kroeger created TOBAGO-2261:
--

 Summary: Sorting or Searching breaks sheet in case of lazy loading
 Key: TOBAGO-2261
 URL: https://issues.apache.org/jira/browse/TOBAGO-2261
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 6.0.0, 5.8.0
Reporter: Marcus Kroeger


When using Sheet Component with lazy loading set to "true" values get loaded on 
demand by scrolling the content.

Using sorting reduce to only part of the total.

When searching in this list the values get reduced correctly, removing the 
search string will result in only showing reduced part of total values.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (TOBAGO-2159) New Multiple Select Component

2022-10-20 Thread Marcus Kroeger (Jira)
Marcus Kroeger created TOBAGO-2159:
--

 Summary: New Multiple Select Component
 Key: TOBAGO-2159
 URL: https://issues.apache.org/jira/browse/TOBAGO-2159
 Project: MyFaces Tobago
  Issue Type: New Feature
  Components: Themes
Affects Versions: 5.3.0
Reporter: Marcus Kroeger


It would be great to have a component like 

 

[https://www.primefaces.org/showcase/ui/input/manyMenu.xhtml?jfwid=c8baa]

 

and here the "Advanced" version



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Comment Edited] (TOBAGO-1689) change event is not executed for

2017-02-06 Thread Marcus Kroeger (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15853937#comment-15853937
 ] 

Marcus Kroeger edited comment on TOBAGO-1689 at 2/6/17 1:14 PM:


TOBAGO-1689 change event is not executed for 
* When using  the  as well as  are now supported 
and
[developed by sub_ft1]


was (Author: sub_ft1):
TOBAGO-1678 change event is not executed for 
* When using  the  as well as  are now supported 
and
[developed by sub_ft1]

> change event is not executed for 
> -
>
> Key: TOBAGO-1689
> URL: https://issues.apache.org/jira/browse/TOBAGO-1689
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Themes
>Affects Versions: 3.0.2
>Reporter: Henning Noeth
>Assignee: Udo Schnurpfeil
> Attachments: tobago-1689.patch
>
>
> A change event is not executed for  if a suggestion is selected.
> {code:xml}
> 
> 
> 
> 
> 
> 
> {code}
> Same if  is replaced by .
> The change event is only executed if no suggestion is available for the 
> entered string or if the suggested string is completely written by the user.
> Example:
>  knows the values "Sun, Moon, Stars".
> If the user enter 'Su' and select 'Sun' from the suggestion list: no change 
> event is executed.
> If the user enter 'Su' and press TAB to complete the string 'Sun': no change 
> event is executed.
> If the user enter 'Sun': change event is executed.
> If the user enter 'Jupiter': change event is executed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (TOBAGO-1689) change event is not executed for

2017-02-06 Thread Marcus Kroeger (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15853937#comment-15853937
 ] 

Marcus Kroeger edited comment on TOBAGO-1689 at 2/6/17 1:15 PM:


TOBAGO-1689 change event is not executed for 
* When using  the  as well as  are now 
supported. 
[developed by sub_ft1]


was (Author: sub_ft1):
TOBAGO-1689 change event is not executed for 
* When using  the  as well as  are now supported 
and
[developed by sub_ft1]

> change event is not executed for 
> -
>
> Key: TOBAGO-1689
> URL: https://issues.apache.org/jira/browse/TOBAGO-1689
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Themes
>Affects Versions: 3.0.2
>Reporter: Henning Noeth
>Assignee: Udo Schnurpfeil
> Attachments: tobago-1689.patch
>
>
> A change event is not executed for  if a suggestion is selected.
> {code:xml}
> 
> 
> 
> 
> 
> 
> {code}
> Same if  is replaced by .
> The change event is only executed if no suggestion is available for the 
> entered string or if the suggested string is completely written by the user.
> Example:
>  knows the values "Sun, Moon, Stars".
> If the user enter 'Su' and select 'Sun' from the suggestion list: no change 
> event is executed.
> If the user enter 'Su' and press TAB to complete the string 'Sun': no change 
> event is executed.
> If the user enter 'Sun': change event is executed.
> If the user enter 'Jupiter': change event is executed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Comment Edited] (TOBAGO-1689) change event is not executed for

2017-02-06 Thread Marcus Kroeger (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15853937#comment-15853937
 ] 

Marcus Kroeger edited comment on TOBAGO-1689 at 2/6/17 1:14 PM:


TOBAGO-1678 change event is not executed for 
* When using  the  as well as  are now supported 
and
[developed by sub_ft1]


was (Author: sub_ft1):
Patch added to support tc:event as well as ajax

> change event is not executed for 
> -
>
> Key: TOBAGO-1689
> URL: https://issues.apache.org/jira/browse/TOBAGO-1689
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Themes
>Affects Versions: 3.0.2
>Reporter: Henning Noeth
>Assignee: Udo Schnurpfeil
> Attachments: tobago-1689.patch
>
>
> A change event is not executed for  if a suggestion is selected.
> {code:xml}
> 
> 
> 
> 
> 
> 
> {code}
> Same if  is replaced by .
> The change event is only executed if no suggestion is available for the 
> entered string or if the suggested string is completely written by the user.
> Example:
>  knows the values "Sun, Moon, Stars".
> If the user enter 'Su' and select 'Sun' from the suggestion list: no change 
> event is executed.
> If the user enter 'Su' and press TAB to complete the string 'Sun': no change 
> event is executed.
> If the user enter 'Sun': change event is executed.
> If the user enter 'Jupiter': change event is executed.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Created] (TOBAGO-1684) Button converts to dropdown button when adding an event within its tag

2017-01-26 Thread Marcus Kroeger (JIRA)
Marcus Kroeger created TOBAGO-1684:
--

 Summary: Button converts to dropdown button when adding an event 
within its tag
 Key: TOBAGO-1684
 URL: https://issues.apache.org/jira/browse/TOBAGO-1684
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 3.0.2
Reporter: Marcus Kroeger
Assignee: Udo Schnurpfeil
Priority: Minor


When adding a  to a  the button converts automatically 
into a dropdown button.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] Created: (TOBAGO-729) tc:script component not working with facelets

2008-12-02 Thread Marcus Kroeger (JIRA)
tc:script component not working with facelets
-

 Key: TOBAGO-729
 URL: https://issues.apache.org/jira/browse/TOBAGO-729
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 1.1.0
Reporter: Marcus Kroeger
Priority: Minor


Using the trunk version of the addressbook example following behaviour occurs:

login facelet:


function prepareLoginForm() { var user =
document.getElementById("page:j_username"); user.name =
"j_username"; var pass =
document.getElementById("page:j_password"); pass.name =
"j_password"; var form = document.getElementById("page::form");
form.action =
"${pageContext.request.contextPath}/j_security_check"; }
  

  
function fillInGuest() { fillIn("guest"); } function
fillInAdmin() { fillIn("admin"); } function fillIn(name) { var
user = document.getElementById("page:j_username"); user.value =
name; var pass = document.getElementById("page:j_password");
pass.value = name; }
  

browser displays the java script function string

function prepareLoginForm() { var user = 
document.getElementById("page:j_username"); user.name = "j_username"; var pass 
= document.getElementById("page:j_password"); pass.name = "j_password"; var 
form = document.getElementById("page::form"); form.action = 
"/j_security_check"; }   function fillInGuest() { fillIn("guest"); } function 
fillInAdmin() { fillIn("admin"); } function fillIn(name) { var user = 
document.getElementById("page:j_username"); user.value = name; var pass = 
document.getElementById("page:j_password"); pass.value = name; } 

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