[jira] [Commented] (ISIS-3071) [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched

2022-11-11 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632615#comment-17632615
 ] 

ASF subversion and git services commented on ISIS-3071:
---

Commit 6043503c51447504a9bdaf98630bd8484c8f997c in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6043503c51 ]

ISIS-3071: minor refactoring

> [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched
> 
>
> Key: ISIS-3071
> URL: https://issues.apache.org/jira/browse/ISIS-3071
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-RC1
>
> Attachments: Nesting.png, nested file upload.png, 
> replace-event-of-unknown-source.png
>
>
> File upload component from de.agilecoders.wicket.extensions, does not play 
> well with action prompts when there are multiple action parameters:
> Each time on changing dependent args adds a new (nested) upload component 
> inside the other.
> Can be reproduced via Demo->Prototyping->Generate Metamodel Diff, when adding 
> eg. namespaces within the dialog.



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


[jira] [Commented] (ISIS-3071) [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched

2022-11-11 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632614#comment-17632614
 ] 

ASF subversion and git services commented on ISIS-3071:
---

Commit 88cca2f88688a40d0f5f2db4a34f867b903e3b1a in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=88cca2f886 ]

ISIS-3071: some refactoring yielding HeaderItem utils

> [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched
> 
>
> Key: ISIS-3071
> URL: https://issues.apache.org/jira/browse/ISIS-3071
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-RC1
>
> Attachments: Nesting.png, nested file upload.png, 
> replace-event-of-unknown-source.png
>
>
> File upload component from de.agilecoders.wicket.extensions, does not play 
> well with action prompts when there are multiple action parameters:
> Each time on changing dependent args adds a new (nested) upload component 
> inside the other.
> Can be reproduced via Demo->Prototyping->Generate Metamodel Diff, when adding 
> eg. namespaces within the dialog.



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


[jira] [Commented] (ISIS-3071) [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched

2022-11-11 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632608#comment-17632608
 ] 

ASF subversion and git services commented on ISIS-3071:
---

Commit 9e342cae4bd4dadb9645f178aff2d590406c3c68 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=9e342cae4b ]

ISIS-3071: dom ready utility: java-doc

> [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched
> 
>
> Key: ISIS-3071
> URL: https://issues.apache.org/jira/browse/ISIS-3071
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-RC1
>
> Attachments: Nesting.png, nested file upload.png, 
> replace-event-of-unknown-source.png
>
>
> File upload component from de.agilecoders.wicket.extensions, does not play 
> well with action prompts when there are multiple action parameters:
> Each time on changing dependent args adds a new (nested) upload component 
> inside the other.
> Can be reproduced via Demo->Prototyping->Generate Metamodel Diff, when adding 
> eg. namespaces within the dialog.



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


[jira] [Commented] (ISIS-3071) [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched

2022-11-11 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632607#comment-17632607
 ] 

ASF subversion and git services commented on ISIS-3071:
---

Commit c23431618f7b080445f539d833c347dcb4d253de in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=c23431618f ]

ISIS-3071: don't compress js when filename matches *.nocompress.js

- also adds OnDomReadyHeaderContributor as reusable utility for DOM
ready java scripts

> [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched
> 
>
> Key: ISIS-3071
> URL: https://issues.apache.org/jira/browse/ISIS-3071
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-RC1
>
> Attachments: Nesting.png, nested file upload.png, 
> replace-event-of-unknown-source.png
>
>
> File upload component from de.agilecoders.wicket.extensions, does not play 
> well with action prompts when there are multiple action parameters:
> Each time on changing dependent args adds a new (nested) upload component 
> inside the other.
> Can be reproduced via Demo->Prototyping->Generate Metamodel Diff, when adding 
> eg. namespaces within the dialog.



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


[jira] [Commented] (ISIS-3071) [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched

2022-11-11 Thread Andi Huber (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632310#comment-17632310
 ] 

Andi Huber commented on ISIS-3071:
--

TODO: test in UI whether on change of a dependent action param, an already 
filled in file-upload param persists its value

> [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched
> 
>
> Key: ISIS-3071
> URL: https://issues.apache.org/jira/browse/ISIS-3071
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-RC1
>
> Attachments: Nesting.png, nested file upload.png, 
> replace-event-of-unknown-source.png
>
>
> File upload component from de.agilecoders.wicket.extensions, does not play 
> well with action prompts when there are multiple action parameters:
> Each time on changing dependent args adds a new (nested) upload component 
> inside the other.
> Can be reproduced via Demo->Prototyping->Generate Metamodel Diff, when adding 
> eg. namespaces within the dialog.



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


[jira] [Commented] (ISIS-3071) [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched

2022-11-11 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632300#comment-17632300
 ] 

ASF subversion and git services commented on ISIS-3071:
---

Commit 18ebf089b80cc2943d30ac8dddac4b0173f4703b in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=18ebf089b8 ]

ISIS-3071: relnotes: remove this issue from the known issue list

> [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched
> 
>
> Key: ISIS-3071
> URL: https://issues.apache.org/jira/browse/ISIS-3071
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-RC1
>
> Attachments: Nesting.png, nested file upload.png, 
> replace-event-of-unknown-source.png
>
>
> File upload component from de.agilecoders.wicket.extensions, does not play 
> well with action prompts when there are multiple action parameters:
> Each time on changing dependent args adds a new (nested) upload component 
> inside the other.
> Can be reproduced via Demo->Prototyping->Generate Metamodel Diff, when adding 
> eg. namespaces within the dialog.



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


[jira] [Commented] (ISIS-3071) [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched

2022-11-11 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632294#comment-17632294
 ] 

ASF subversion and git services commented on ISIS-3071:
---

Commit 99f579b126c702b757cc80418f5c154c7ee5 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=99f579 ]

ISIS-3071: exclude new workaround script from yuicompressor (does not
seem to know what to do with it)

> [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched
> 
>
> Key: ISIS-3071
> URL: https://issues.apache.org/jira/browse/ISIS-3071
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-RC1
>
> Attachments: Nesting.png, nested file upload.png, 
> replace-event-of-unknown-source.png
>
>
> File upload component from de.agilecoders.wicket.extensions, does not play 
> well with action prompts when there are multiple action parameters:
> Each time on changing dependent args adds a new (nested) upload component 
> inside the other.
> Can be reproduced via Demo->Prototyping->Generate Metamodel Diff, when adding 
> eg. namespaces within the dialog.



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


[jira] [Commented] (ISIS-3071) [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched

2022-11-11 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632285#comment-17632285
 ] 

ASF subversion and git services commented on ISIS-3071:
---

Commit 5ff658a7083ce1ce312d6ad48c9d99c20ad6420f in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=5ff658a708 ]

ISIS-3071: fixes recursive file-upload nesting

- using a client side script for DOM cleanup (this is a workaround)

(force-pushing to correct commit mesg)

> [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched
> 
>
> Key: ISIS-3071
> URL: https://issues.apache.org/jira/browse/ISIS-3071
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-RC1
>
> Attachments: Nesting.png, nested file upload.png, 
> replace-event-of-unknown-source.png
>
>
> File upload component from de.agilecoders.wicket.extensions, does not play 
> well with action prompts when there are multiple action parameters:
> Each time on changing dependent args adds a new (nested) upload component 
> inside the other.
> Can be reproduced via Demo->Prototyping->Generate Metamodel Diff, when adding 
> eg. namespaces within the dialog.



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


[jira] [Commented] (ISIS-3268) [Wicket Viewer] Action parameter layout LabelPosition might get ignored (based on chance)

2022-11-11 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17632283#comment-17632283
 ] 

ASF subversion and git services commented on ISIS-3268:
---

Commit 0a8d0ae7ceb48711fc1de3e660732dab75816e45 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=0a8d0ae7ce ]

ISIS-3268: fixes recursive file-upload nesting

- using a client side script for DOM cleanup (this is a workaround)

> [Wicket Viewer] Action parameter layout LabelPosition might get ignored 
> (based on chance)
> -
>
> Key: ISIS-3268
> URL: https://issues.apache.org/jira/browse/ISIS-3268
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Affects Versions: 2.0.0-M9
>Reporter: Zermelo
>Assignee: Andi Huber
>Priority: Minor
> Fix For: 2.0.0-RC1
>
>
> Action parameter labels are not rendered on top in production mode (even if 
> the PromptStyle is DIALOG_MODAL). It renders on top while in prototyping mode 
> only.
> To reproduce on SimpleApp:
>  * Add LabelPosition.TOP to SimpleObject.updateName action name parameter.
> public SimpleObject updateName(
>     {color:#4c9aff}@ParameterLayout(labelPosition = LabelPosition.TOP) 
> {color}final String name) {
>  * Disable Prototyping mode in SimpleApp.main 
>  ** {color:#4c9aff}//{color}IsisPresets.prototyping();
>  * Make seeds run while not in prototyping. In SeedSecurityService:
>  ** {color:#4c9aff}//{color}if (event.isPostMetamodel() && 
> isisSystemEnvironment.isPrototyping()) {
> {color:#4c9aff}if (event.isPostMetamodel()) {{color}



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


[jira] [Updated] (ISIS-3071) [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched

2022-11-11 Thread Andi Huber (Jira)


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

Andi Huber updated ISIS-3071:
-
Attachment: replace-event-of-unknown-source.png

> [Wicket Viewer] BootstrapFileInputField (FileUpload) is glitched
> 
>
> Key: ISIS-3071
> URL: https://issues.apache.org/jira/browse/ISIS-3071
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Viewer Wicket
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-RC1
>
> Attachments: Nesting.png, nested file upload.png, 
> replace-event-of-unknown-source.png
>
>
> File upload component from de.agilecoders.wicket.extensions, does not play 
> well with action prompts when there are multiple action parameters:
> Each time on changing dependent args adds a new (nested) upload component 
> inside the other.
> Can be reproduced via Demo->Prototyping->Generate Metamodel Diff, when adding 
> eg. namespaces within the dialog.



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