[jira] [Created] (TOBAGO-2329) ColumnSelector: singleOrNone

2024-06-24 Thread Jira
Henning Nöth created TOBAGO-2329:


 Summary: ColumnSelector: singleOrNone
 Key: TOBAGO-2329
 URL: https://issues.apache.org/jira/browse/TOBAGO-2329
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: JavaScript
Affects Versions: 6.4.0, 5.12.0
Reporter: Henning Nöth


It is not possible to deselect a row, even if "singleOrNone" is set. There 
seems to be no difference to "single".



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


[jira] [Created] (TOBAGO-2328) ColumnSelector must select/deselect the related columnPanel

2024-06-24 Thread Jira
Henning Nöth created TOBAGO-2328:


 Summary: ColumnSelector must select/deselect the related 
columnPanel
 Key: TOBAGO-2328
 URL: https://issues.apache.org/jira/browse/TOBAGO-2328
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: JavaScript
Affects Versions: 6.4.0, 5.12.0
Reporter: Henning Nöth






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


[jira] [Created] (TOBAGO-2327) ColumnSelector doesn't work if there is a sheet in a sheet.

2024-06-24 Thread Jira
Henning Nöth created TOBAGO-2327:


 Summary: ColumnSelector doesn't work if there is a sheet in a 
sheet.
 Key: TOBAGO-2327
 URL: https://issues.apache.org/jira/browse/TOBAGO-2327
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: JavaScript
Affects Versions: 6.4.0, 5.12.0
Reporter: Henning Nöth






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


[jira] [Created] (TOBAGO-2326) Lazy sheet: first attribute

2024-06-24 Thread Jira
Henning Nöth created TOBAGO-2326:


 Summary: Lazy sheet: first attribute
 Key: TOBAGO-2326
 URL: https://issues.apache.org/jira/browse/TOBAGO-2326
 Project: MyFaces Tobago
  Issue Type: New Feature
  Components: Core
Affects Versions: 6.4.0, 5.12.0
Reporter: Henning Nöth


Make the "first" attribute usable for lazy sheet. Currently the first visible 
row depends on lazy-scroll-position.




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


Re: [PR] fix(lazy-sheet): scrolling after ajax [myfaces-tobago]

2024-06-24 Thread via GitHub


henningn merged PR #5198:
URL: https://github.com/apache/myfaces-tobago/pull/5198


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fix(lazy-sheet): scrolling after ajax [myfaces-tobago]

2024-06-24 Thread via GitHub


henningn merged PR #5197:
URL: https://github.com/apache/myfaces-tobago/pull/5197


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Commented] (MYFACES-4672) Uncaught TypeError: G.hasKey is not a function

2024-06-24 Thread Werner Punz (Jira)


[ 
https://issues.apache.org/jira/browse/MYFACES-4672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17859582#comment-17859582
 ] 

Werner Punz commented on MYFACES-4672:
--

https://github.com/apache/myfaces/pull/724 Pull request issued, [~volosied] can 
you please check if this fixes the issue in your customers use case scenario? 
If yes then we can upstream the fix as well to next if needed!


> Uncaught TypeError: G.hasKey is not a function
> --
>
> Key: MYFACES-4672
> URL: https://issues.apache.org/jira/browse/MYFACES-4672
> Project: MyFaces Core
>  Issue Type: Bug
>Affects Versions: 2.2.16
>Reporter: Volodymyr Siedlecki
>Assignee: Werner Punz
>Priority: Major
>
> This affects 2.2 which I know is out of date, but I have a user of MyFaces 
> 2.2 who needs this bug fixed.
> I ported MYFACES-4606 to 2.2 here: 
> [https://github.com/apache/myfaces/pull/647]
> 4606 was applied to 2.3, so I applied the same fix to 2.2.  However, I didn't 
> realize that _AjaxRequestLevel2 was removed from 2.3 in this PR: 
> [https://github.com/apache/myfaces/pull/415/files]
> _AjaxRequestLevel2 still exists in the 2.2 codebase. 
> This mean that `if(targetBuf.hasKey(identifier))` was called from 
> _AjaxRequestLevel2's getFormData which does not decorate the FormData to 
> include the hasKey method – thus we get " G.hasKey is not a function". 
> [https://github.com/volosied/myfaces/blob/d5d28a0e6cae3ea22e021c64ecf474d6352bf900/api/src/main/javascript/META-INF/resources/myfaces/_impl/xhrCore/_AjaxRequestLevel2.js#L32-L44]
> This error is reproducible via multi-part form requests that use ajax. 
> What is the proper fix here? I'll create a draft PR for what I think is 
> correct. 
> Thanks!



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


Re: [PR] https://issues.apache.org/jira/browse/MYFACES-4672: [myfaces]

2024-06-24 Thread via GitHub


werpu commented on PR #724:
URL: https://github.com/apache/myfaces/pull/724#issuecomment-2185713022

   @volosied can you please check, if this fixes your issue?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] https://issues.apache.org/jira/browse/MYFACES-4672: [myfaces]

2024-06-24 Thread via GitHub


werpu opened a new pull request, #724:
URL: https://github.com/apache/myfaces/pull/724

   FormData handling not properly working on old code and new browsers!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] fix(lazy-sheet): scrolling after ajax [myfaces-tobago]

2024-06-24 Thread via GitHub


henningn opened a new pull request, #5198:
URL: https://github.com/apache/myfaces-tobago/pull/5198

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] fix(lazy-sheet): scrolling after ajax [myfaces-tobago]

2024-06-24 Thread via GitHub


henningn opened a new pull request, #5197:
URL: https://github.com/apache/myfaces-tobago/pull/5197

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@myfaces.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org