Re: MyFaces 2.3.5 and 2.2.13 releases

2019-07-31 Thread Bill Lucy
+1, the 2.2 branch in particular has many unreleased fixes!

On Tue, Jul 30, 2019 at 3:26 PM Thomas Andraschko <
andraschko.tho...@gmail.com> wrote:

> +1
> would be great :)
>
> Am Di., 30. Juli 2019 um 20:25 Uhr schrieb Paul Nicolucci <
> pnico...@us.ibm.com>:
>
>> Hi,
>>
>> Any objections to starting the 2.3.5 and 2.2.13 releases of MyFaces?
>>
>> I'll do the 2.3 release first as that is fresh in my mind and then work
>> on the 2.2 release, Thomas and Bill had pointed out it has been quite
>> awhile since we released 2.2 so I think it is a good idea!
>>
>> I should have the ability to start this in the coming weeks.
>>
>> Regards,
>>
>> Paul Nicolucci
>>
>


[jira] [Commented] (TOBAGO-1633) Use TypeScript instead of JavaScript.

2019-07-31 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-1633:


FAILURE: Integrated in Jenkins build Tobago Trunk #1772 (See 
[https://builds.apache.org/job/Tobago%20Trunk/1772/])
TOBAGO-1633: TS refactoring: replace deprecated event.initEvent() (hnoeth: rev 
e13b9b34e7da1cb314666ea81ba859c93b5679e3)
* (edit) 
tobago-example/tobago-example-demo/src/main/webapp/content/20-component/090-tree/01-select/Tree_Select.test.js
* (edit) 
tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/10-sort/Sheet_Sorting.test.js
TOBAGO-1633: TS refactoring: fix tests (hnoeth: rev 
620af8afe22c24e2db61d23b7d4890f9bcda68cf)
* (edit) 
tobago-example/tobago-example-demo/src/main/webapp/content/20-component/080-sheet/30-event/Sheet_Event.test.js
* (edit) 
tobago-example/tobago-example-demo/src/main/webapp/content/40-test/6000-event/Event.test.js


> Use TypeScript instead of JavaScript.
> -
>
> Key: TOBAGO-1633
> URL: https://issues.apache.org/jira/browse/TOBAGO-1633
> Project: MyFaces Tobago
>  Issue Type: Task
>  Components: Themes
>Reporter: Henning Noeth
>Assignee: Udo Schnurpfeil
>Priority: Major
> Fix For: 5.0.0
>
>
> Will be implemented with:
> * first steps:
> ** mv JavaScript code in to TypeScript files (should be more or less 
> compatible) (/)
> ** using a ts transpiler from node js in build time (executed from maven 
> pom.xml) (/)
> * second steps
> ** optimize code with native TypeScript
> ** Check, if we need jQuery vs. Vanilla JS
> ** Check to remove jQuery UI



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (TOBAGO-1841) Component for HTML datalist tag

2019-07-31 Thread Henning Noeth (JIRA)


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

Henning Noeth commented on TOBAGO-1841:
---

Firefox and Chrome implemented this feature differently.
Chrome shows a down-arrorw. The look & feel is more like a dropdownbox.
In Firefox datalist is an input field with suggestions. These component is 
already implemented (tc:suggest).

> Component for HTML datalist tag
> ---
>
> Key: TOBAGO-1841
> URL: https://issues.apache.org/jira/browse/TOBAGO-1841
> Project: MyFaces Tobago
>  Issue Type: New Feature
>  Components: Core
>Affects Versions: 4.0.0
>Reporter: Henning Noeth
>Priority: Major
>
> Implement the HTML datalist tag.
> An example could be found here: 
> https://www.w3schools.com/tags/tag_datalist.asp



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


Re: Tobago: Select2 Component

2019-07-31 Thread Udo Schnurpfeil
Hi Volker,

grate component. It would be nice to have such function in Tobago.

For Tobago 5 jQuery will tried to be removed.

The semantic is not so far away form "input suggest", but a bit
different. Ajax is similar, I assume. There might be a way to combine
it. Having an "input suggest" without the possibility to type in
different text than in the given suggest list, the result might be
sufficient.

Regards,

Udo

Am 28.07.19 um 14:44 schrieb Volker Weber:
> Hi,
>
> in my company we are going to add some Select2 
> features to our application.
> So i'm planning to add this to tobago (see TOBAGO-1999
> ). I think its
> easier to add this to existing components than to implement new ones
> in our theme implementation. And i think this would be an improvement
> to the select components.
>
> I need this for our application which means in tobago 2.x where i
> scheduled this for a 2.5.0 version.
> How about tobago 4 and 5? Is there any interest having this component
> and features in these versions integrated?
> Select2 ist a jQuery extension, i'm not sure if there was planed to
> remove jQuery in tobago 5.
>
> Regards,
>     Volker Weber
> -- 
> inexso - information exchange solutions GmbH
> Ofener Straße 30 | 26121 Oldenburg
> www.inexso.de 


[jira] [Commented] (TOBAGO-2000) Tobago 2: SheetRenderer should use configured height for header cell

2019-07-31 Thread Hudson (JIRA)


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

Hudson commented on TOBAGO-2000:


SUCCESS: Integrated in Jenkins build Tobago 2.x #1546 (See 
[https://builds.apache.org/job/Tobago%202.x/1546/])
TOBAGO-2000 - Tobago 2: SheetRenderer should use configured height for 
(v.weber: rev b94f5430905bdeffb78e8585eb4619960053d19b)
* (edit) 
tobago-theme/tobago-theme-standard/src/main/java/org/apache/myfaces/tobago/renderkit/html/standard/standard/tag/SheetRenderer.java


> Tobago 2: SheetRenderer should use configured height for header cell
> 
>
> Key: TOBAGO-2000
> URL: https://issues.apache.org/jira/browse/TOBAGO-2000
> Project: MyFaces Tobago
>  Issue Type: Bug
>  Components: Themes
>Affects Versions: 2.4.1
>Reporter: Volker Weber
>Assignee: Volker Weber
>Priority: Major
> Fix For: 2.4.2
>
>
> SheetRenderer should use configured height instead of fixed 20px to calculate 
> cell header height.
> This applies also to splitLayoutRenderer



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)