ModalWindow and wicket 10

2023-10-20 Thread Korbinian Bachl
Hi,

just a short question. Since wicket 10 removed ModalWindow and insists now on 
using ModalDialog even so many features of ModalWindow aren't in ModalDialog 
existing
(for example closeCallback, resize, move, header, closebutton, init of width, 
height etc.etc).

Would it maybe possible if the removal of ModalWindow gets postponed to wicket 
11?

Problem is one can't use wicket 9 with jakarta (last lib that holds us back) 
and we have the ModalWindows over so many places with usages that arent really 
existing in ModalDialog anymore. 
(Or maybe a ModalWindow from WicketStuff?)

Best,

KB


Re: ModalWindow and wicket 10

2023-10-20 Thread Sven Meier

Hi,

I thought we already moved the old implementation to wicket-stuff, but 
apparently I forgot to do it actually.


For explanation: the old ModalWindow is riddled with JS and dynamically 
generated HTML markup which we didn't want to maintain any more.


Sven


On 20.10.23 11:22, Korbinian Bachl wrote:

Hi,

just a short question. Since wicket 10 removed ModalWindow and insists now on 
using ModalDialog even so many features of ModalWindow aren't in ModalDialog 
existing
(for example closeCallback, resize, move, header, closebutton, init of width, 
height etc.etc).

Would it maybe possible if the removal of ModalWindow gets postponed to wicket 
11?

Problem is one can't use wicket 9 with jakarta (last lib that holds us back) 
and we have the ModalWindows over so many places with usages that arent really 
existing in ModalDialog anymore.
(Or maybe a ModalWindow from WicketStuff?)

Best,

KB


Re: ModalWindow and wicket 10

2023-10-20 Thread Korbinian Bachl
wicket-stuff would be really nice :)


- Ursprüngliche Mail -
> Von: "Sven Meier" 
> An: "dev" 
> Gesendet: Freitag, 20. Oktober 2023 12:16:53
> Betreff: Re: ModalWindow and wicket 10

> Hi,
> 
> I thought we already moved the old implementation to wicket-stuff, but
> apparently I forgot to do it actually.
> 
> For explanation: the old ModalWindow is riddled with JS and dynamically
> generated HTML markup which we didn't want to maintain any more.
> 
> Sven
> 
> 
> On 20.10.23 11:22, Korbinian Bachl wrote:
>> Hi,
>>
>> just a short question. Since wicket 10 removed ModalWindow and insists now on
>> using ModalDialog even so many features of ModalWindow aren't in ModalDialog
>> existing
>> (for example closeCallback, resize, move, header, closebutton, init of width,
>> height etc.etc).
>>
>> Would it maybe possible if the removal of ModalWindow gets postponed to 
>> wicket
>> 11?
>>
>> Problem is one can't use wicket 9 with jakarta (last lib that holds us back) 
>> and
>> we have the ModalWindows over so many places with usages that arent really
>> existing in ModalDialog anymore.
>> (Or maybe a ModalWindow from WicketStuff?)
>>
>> Best,
>>
> > KB


Re: ModalWindow and wicket 10

2023-11-14 Thread Korbinian Bachl
My apologies for asking, 
did you have any time for having a look at it yet?

If not, do you need any help with it?

- Ursprüngliche Mail -
> Von: "Sven Meier" 
> An: "dev" 
> Gesendet: Freitag, 20. Oktober 2023 12:16:53
> Betreff: Re: ModalWindow and wicket 10

> Hi,
> 
> I thought we already moved the old implementation to wicket-stuff, but
> apparently I forgot to do it actually.
> 
> For explanation: the old ModalWindow is riddled with JS and dynamically
> generated HTML markup which we didn't want to maintain any more.
> 
> Sven
> 
> 
> On 20.10.23 11:22, Korbinian Bachl wrote:
>> Hi,
>>
>> just a short question. Since wicket 10 removed ModalWindow and insists now on
>> using ModalDialog even so many features of ModalWindow aren't in ModalDialog
>> existing
>> (for example closeCallback, resize, move, header, closebutton, init of width,
>> height etc.etc).
>>
>> Would it maybe possible if the removal of ModalWindow gets postponed to 
>> wicket
>> 11?
>>
>> Problem is one can't use wicket 9 with jakarta (last lib that holds us back) 
>> and
>> we have the ModalWindows over so many places with usages that arent really
>> existing in ModalDialog anymore.
>> (Or maybe a ModalWindow from WicketStuff?)
>>
>> Best,
>>
> > KB


Re: ModalWindow and wicket 10

2023-11-14 Thread Sven Meier

Hi Korbinian,

I won't have time to work on Wicket topics in the foreseeable future.

Sven


On 14.11.23 11:39, Korbinian Bachl wrote:

My apologies for asking,
did you have any time for having a look at it yet?

If not, do you need any help with it?

- Ursprüngliche Mail -

Von: "Sven Meier"
An: "dev" 
Gesendet: Freitag, 20. Oktober 2023 12:16:53
Betreff: Re: ModalWindow and wicket 10
Hi,

I thought we already moved the old implementation to wicket-stuff, but
apparently I forgot to do it actually.

For explanation: the old ModalWindow is riddled with JS and dynamically
generated HTML markup which we didn't want to maintain any more.

Sven


On 20.10.23 11:22, Korbinian Bachl wrote:

Hi,

just a short question. Since wicket 10 removed ModalWindow and insists now on
using ModalDialog even so many features of ModalWindow aren't in ModalDialog
existing
(for example closeCallback, resize, move, header, closebutton, init of width,
height etc.etc).

Would it maybe possible if the removal of ModalWindow gets postponed to wicket
11?

Problem is one can't use wicket 9 with jakarta (last lib that holds us back) and
we have the ModalWindows over so many places with usages that arent really
existing in ModalDialog anymore.
(Or maybe a ModalWindow from WicketStuff?)

Best,

KB