Re: fragment

2022-03-19 Thread Martin Terra
la 19. maalisk. 2022 klo 9.16 Martin Terra (martin.te...@koodaripalvelut.com)
kirjoitti:

> la 19. maalisk. 2022 klo 9.09 vahid ghasemi (vahidghasemi...@gmail.com)
> kirjoitti:
>
>> Can you lunch my code and see that, please?
>>
>
> Can you maybe capture it as plain html+css/js and post it online? You can
> get it from the inspect functionality of the browser.
>

Also, does it behave the same on all browsers? Mobile and desktop, safari,
firefox, ie, chrome, opera?

**
Martin


>
> **
> Martin
>
>
>> On Thu, Mar 17, 2022 at 2:29 PM Martin Terra <
>> martin.te...@koodaripalvelut.com> wrote:
>>
>> > to 17. maalisk. 2022 klo 12.42 vahid ghasemi (vahidghasemi...@gmail.com
>> )
>> > kirjoitti:
>> >
>> > > Its not css/js issue.
>> > > Because when I load only HTML haven't any problem and works well.
>> > >
>> >
>> > If zoom affects it, it is a css/js issue.
>> >
>> > **
>> > Martin
>> >
>> > >
>> > > On Thu, Mar 17, 2022 at 11:00 AM Martin Terra <
>> > > martin.te...@koodaripalvelut.com> wrote:
>> > >
>> > > > If it's a css/js issue, stackoveflow.com might lead to faster
>> > solution.
>> > > >
>> > > > to 17. maalisk. 2022 klo 8.49 vahid ghasemi (
>> vahidghasemi...@gmail.com
>> > )
>> > > > kirjoitti:
>> > > >
>> > > > > Hello,
>> > > > > I'm using wicket-fragment in my page, my page has a primitive
>> form,
>> > and
>> > > > > after submit decide to create and show one of the fragments below
>> of
>> > my
>> > > > > primitive form.
>> > > > > I'm using the bootstrap panel.
>> > > > > After creating the fragment the height of the panel-heading in my
>> > > > fragment
>> > > > > contains my primitive form and the height is too large.
>> > > > > I created a sample to show you: (also you can see
>> imageSample1.png &
>> > > > > imageSample2.png)
>> > > > >
>> > > > >
>> > > >
>> > >
>> >
>> https://github.com/vahida1157/wicket-test/tree/master/src/main/java/com/mycompany/problems/fragmentpanelheading
>> > > > > .
>> > > > > .
>> > > > > .
>> > > > > When I decide to zoom in and send a better image, I realized after
>> > > > getting
>> > > > > zoom above 175% the problem was fixed. (you can see
>> imageSample3.png)
>> > > in
>> > > > > Github.
>> > > > >
>> > > > > So why and what is the problem?
>> > > > >
>> > > >
>> > >
>> >
>>
>


Re: fragment

2022-03-19 Thread Martin Terra
la 19. maalisk. 2022 klo 9.09 vahid ghasemi (vahidghasemi...@gmail.com)
kirjoitti:

> Can you lunch my code and see that, please?
>

Can you maybe capture it as plain html+css/js and post it online? You can
get it from the inspect functionality of the browser.

**
Martin


> On Thu, Mar 17, 2022 at 2:29 PM Martin Terra <
> martin.te...@koodaripalvelut.com> wrote:
>
> > to 17. maalisk. 2022 klo 12.42 vahid ghasemi (vahidghasemi...@gmail.com)
> > kirjoitti:
> >
> > > Its not css/js issue.
> > > Because when I load only HTML haven't any problem and works well.
> > >
> >
> > If zoom affects it, it is a css/js issue.
> >
> > **
> > Martin
> >
> > >
> > > On Thu, Mar 17, 2022 at 11:00 AM Martin Terra <
> > > martin.te...@koodaripalvelut.com> wrote:
> > >
> > > > If it's a css/js issue, stackoveflow.com might lead to faster
> > solution.
> > > >
> > > > to 17. maalisk. 2022 klo 8.49 vahid ghasemi (
> vahidghasemi...@gmail.com
> > )
> > > > kirjoitti:
> > > >
> > > > > Hello,
> > > > > I'm using wicket-fragment in my page, my page has a primitive form,
> > and
> > > > > after submit decide to create and show one of the fragments below
> of
> > my
> > > > > primitive form.
> > > > > I'm using the bootstrap panel.
> > > > > After creating the fragment the height of the panel-heading in my
> > > > fragment
> > > > > contains my primitive form and the height is too large.
> > > > > I created a sample to show you: (also you can see imageSample1.png
> &
> > > > > imageSample2.png)
> > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/vahida1157/wicket-test/tree/master/src/main/java/com/mycompany/problems/fragmentpanelheading
> > > > > .
> > > > > .
> > > > > .
> > > > > When I decide to zoom in and send a better image, I realized after
> > > > getting
> > > > > zoom above 175% the problem was fixed. (you can see
> imageSample3.png)
> > > in
> > > > > Github.
> > > > >
> > > > > So why and what is the problem?
> > > > >
> > > >
> > >
> >
>


Re: fragment

2022-03-19 Thread vahid ghasemi
Can you lunch my code and see that, please?

On Thu, Mar 17, 2022 at 2:29 PM Martin Terra <
martin.te...@koodaripalvelut.com> wrote:

> to 17. maalisk. 2022 klo 12.42 vahid ghasemi (vahidghasemi...@gmail.com)
> kirjoitti:
>
> > Its not css/js issue.
> > Because when I load only HTML haven't any problem and works well.
> >
>
> If zoom affects it, it is a css/js issue.
>
> **
> Martin
>
> >
> > On Thu, Mar 17, 2022 at 11:00 AM Martin Terra <
> > martin.te...@koodaripalvelut.com> wrote:
> >
> > > If it's a css/js issue, stackoveflow.com might lead to faster
> solution.
> > >
> > > to 17. maalisk. 2022 klo 8.49 vahid ghasemi (vahidghasemi...@gmail.com
> )
> > > kirjoitti:
> > >
> > > > Hello,
> > > > I'm using wicket-fragment in my page, my page has a primitive form,
> and
> > > > after submit decide to create and show one of the fragments below of
> my
> > > > primitive form.
> > > > I'm using the bootstrap panel.
> > > > After creating the fragment the height of the panel-heading in my
> > > fragment
> > > > contains my primitive form and the height is too large.
> > > > I created a sample to show you: (also you can see imageSample1.png &
> > > > imageSample2.png)
> > > >
> > > >
> > >
> >
> https://github.com/vahida1157/wicket-test/tree/master/src/main/java/com/mycompany/problems/fragmentpanelheading
> > > > .
> > > > .
> > > > .
> > > > When I decide to zoom in and send a better image, I realized after
> > > getting
> > > > zoom above 175% the problem was fixed. (you can see imageSample3.png)
> > in
> > > > Github.
> > > >
> > > > So why and what is the problem?
> > > >
> > >
> >
>