[Geoserver-users] Help needed to test on firefox, chrome, ie

Hi,

A direct link for finding the issue faster:

http://jira.codehaus.org/browse/GEOS-6948

I tested the nightly build with Firefox 36.0.4 on Windows and fix seems to be OK and the active area is only the check box.

However, an opposite issue that prevents changing the status of some check boxes with Firefox is still there

http://jira.codehaus.org/browse/GEOS-6036

This can be tested with the “img_sample2” store at http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.CoverageStoreEditPage&storeName=img_sample2&wsName=nurc

Same issue with the “Enabled” and “Use HTTP connection pooling” boxes in the WMS store page. This is easy to test by starting to create a new WMS store from http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.WMSStoreNewPage

I found some time ago that the generated html page in the user interface has some extra and if I removed that with Firebug the check box started to listen to me. This is reported in this mail

http://article.gmane.org/gmane.comp.gis.geoserver.devel/28492

Because of this issue these settings can’t be edited at all with Firefox. IE 10 is OK.

-Jukka Rahkonen-

Jody Garnett wrote:

···

Quick request from the devel list for help testing the nightly build for an interesting fix!

  • GEOS-6948 GeoServer UI accepts check box clicks outside the boxes

To test please download an appropriate release from http://geoserver.org/release/master/ and reply to this email.

This change applies to any and all configuration screens that have a checkbox. They should now only respond when the checkbox is clicked (and not the nearby label).

Thanks to Eva Shon (from Boundless New York) addressing this long standing issue.

Jody Garnett

So there is still some work to do for Firefox.

Any problem back porting this change to stable?

···

On 1 April 2015 at 00:21, Rahkonen Jukka (MML) <jukka.rahkonen@anonymised.com> wrote:

Hi,

A direct link for finding the issue faster:

http://jira.codehaus.org/browse/GEOS-6948

I tested the nightly build with Firefox 36.0.4 on Windows and fix seems to be OK and the active area is only the check box.

However, an opposite issue that prevents changing the status of some check boxes with Firefox is still there

http://jira.codehaus.org/browse/GEOS-6036

This can be tested with the “img_sample2” store at http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.CoverageStoreEditPage&storeName=img_sample2&wsName=nurc

Same issue with the “Enabled” and “Use HTTP connection pooling” boxes in the WMS store page. This is easy to test by starting to create a new WMS store from http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.WMSStoreNewPage

I found some time ago that the generated html page in the user interface has some extra and if I removed that with Firebug the check box started to listen to me. This is reported in this mail

http://article.gmane.org/gmane.comp.gis.geoserver.devel/28492

Because of this issue these settings can’t be edited at all with Firefox. IE 10 is OK.

-Jukka Rahkonen-

Jody Garnett wrote:

Quick request from the devel list for help testing the nightly build for an interesting fix!

  • GEOS-6948 GeoServer UI accepts check box clicks outside the boxes

To test please download an appropriate release from http://geoserver.org/release/master/ and reply to this email.

This change applies to any and all configuration screens that have a checkbox. They should now only respond when the checkbox is clicked (and not the nearby label).

Thanks to Eva Shon (from Boundless New York) addressing this long standing issue.

Jody Garnett


Jody Garnett

Might a better fix be to change the CSS to make the checkbox and label inline? As it is they are both block and then are repositioned using the margins of the label so that they are positioned the way they would have been if inline. That way we retain the ability to click on the label, but the label doesn’t extend across the width of the page.

···

On 1 April 2015 at 14:41, Jody Garnett <jody.garnett@anonymised.com> wrote:

So there is still some work to do for Firefox.

Any problem back porting this change to stable?


Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Jody Garnett

On 1 April 2015 at 00:21, Rahkonen Jukka (MML) <jukka.rahkonen@anonymised.com> wrote:

Hi,

A direct link for finding the issue faster:

http://jira.codehaus.org/browse/GEOS-6948

I tested the nightly build with Firefox 36.0.4 on Windows and fix seems to be OK and the active area is only the check box.

However, an opposite issue that prevents changing the status of some check boxes with Firefox is still there

http://jira.codehaus.org/browse/GEOS-6036

This can be tested with the “img_sample2” store at http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.CoverageStoreEditPage&storeName=img_sample2&wsName=nurc

Same issue with the “Enabled” and “Use HTTP connection pooling” boxes in the WMS store page. This is easy to test by starting to create a new WMS store from http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.WMSStoreNewPage

I found some time ago that the generated html page in the user interface has some extra and if I removed that with Firebug the check box started to listen to me. This is reported in this mail

http://article.gmane.org/gmane.comp.gis.geoserver.devel/28492

Because of this issue these settings can’t be edited at all with Firefox. IE 10 is OK.

-Jukka Rahkonen-

Jody Garnett wrote:

Quick request from the devel list for help testing the nightly build for an interesting fix!

  • GEOS-6948 GeoServer UI accepts check box clicks outside the boxes

To test please download an appropriate release from http://geoserver.org/release/master/ and reply to this email.

This change applies to any and all configuration screens that have a checkbox. They should now only respond when the checkbox is clicked (and not the nearby label).

Thanks to Eva Shon (from Boundless New York) addressing this long standing issue.

Jody Garnett

Kevin Smith

Software Engineer | Boundless

ksmith@anonymised.com

+1-778-785-7459

@boundlessgeo

http://boundlessgeo.com/

I have merged Kevin’s fix onto master, if you would like to confirm the fix on a nightly build Jukka we can back port this to stable.

···

On 2 April 2015 at 13:36, Kevin Smith <ksmith@anonymised.com> wrote:

Might a better fix be to change the CSS to make the checkbox and label inline? As it is they are both block and then are repositioned using the margins of the label so that they are positioned the way they would have been if inline. That way we retain the ability to click on the label, but the label doesn’t extend across the width of the page.


Jody Garnett

On 1 April 2015 at 14:41, Jody Garnett <jody.garnett@anonymised.com84…> wrote:

So there is still some work to do for Firefox.

Any problem back porting this change to stable?


Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Kevin Smith

Software Engineer | Boundless

ksmith@anonymised.com

+1-778-785-7459

@boundlessgeo


Jody Garnett

On 1 April 2015 at 00:21, Rahkonen Jukka (MML) <jukka.rahkonen@anonymised.com> wrote:

Hi,

A direct link for finding the issue faster:

http://jira.codehaus.org/browse/GEOS-6948

I tested the nightly build with Firefox 36.0.4 on Windows and fix seems to be OK and the active area is only the check box.

However, an opposite issue that prevents changing the status of some check boxes with Firefox is still there

http://jira.codehaus.org/browse/GEOS-6036

This can be tested with the “img_sample2” store at http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.CoverageStoreEditPage&storeName=img_sample2&wsName=nurc

Same issue with the “Enabled” and “Use HTTP connection pooling” boxes in the WMS store page. This is easy to test by starting to create a new WMS store from http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.WMSStoreNewPage

I found some time ago that the generated html page in the user interface has some extra and if I removed that with Firebug the check box started to listen to me. This is reported in this mail

http://article.gmane.org/gmane.comp.gis.geoserver.devel/28492

Because of this issue these settings can’t be edited at all with Firefox. IE 10 is OK.

-Jukka Rahkonen-

Jody Garnett wrote:

Quick request from the devel list for help testing the nightly build for an interesting fix!

  • GEOS-6948 GeoServer UI accepts check box clicks outside the boxes

To test please download an appropriate release from http://geoserver.org/release/master/ and reply to this email.

This change applies to any and all configuration screens that have a checkbox. They should now only respond when the checkbox is clicked (and not the nearby label).

Thanks to Eva Shon (from Boundless New York) addressing this long standing issue.

Jody Garnett

Hi,

Works for me with the latest nightly (git rev.

86a048b5e0092285d1d968f6f4d5c3911673d766)

-Jukka-

···

Jody Garnett wrote:

I have merged Kevin’s fix onto master, if you would like to confirm the fix on a nightly build Jukka we can back port this to stable.


Jody Garnett

On 2 April 2015 at 13:36, Kevin Smith <ksmith@…5876…> wrote:

Might a better fix be to change the CSS to make the checkbox and label inline? As it is they are both block and then are repositioned using the margins of the label so that they are positioned the way they would have been if inline. That way we retain the ability to click on the label, but the label doesn’t extend across the width of the page.

On 1 April 2015 at 14:41, Jody Garnett <jody.garnett@anonymised.com> wrote:

So there is still some work to do for Firefox.

Any problem back porting this change to stable?


Jody Garnett

On 1 April 2015 at 00:21, Rahkonen Jukka (MML) <jukka.rahkonen@anonymised.com> wrote:

Hi,

A direct link for finding the issue faster:

http://jira.codehaus.org/browse/GEOS-6948

I tested the nightly build with Firefox 36.0.4 on Windows and fix seems to be OK and the active area is only the check box.

However, an opposite issue that prevents changing the status of some check boxes with Firefox is still there

http://jira.codehaus.org/browse/GEOS-6036

This can be tested with the “img_sample2” store at http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.CoverageStoreEditPage&storeName=img_sample2&wsName=nurc

Same issue with the “Enabled” and “Use HTTP connection pooling” boxes in the WMS store page. This is easy to test by starting to create a new WMS store from http://localhost:8080/geoserver/web/?wicket:bookmarkablePage=:org.geoserver.web.data.store.WMSStoreNewPage

I found some time ago that the generated html page in the user interface has some extra and if I removed that with Firebug the check box started to listen to me. This is reported in this mail

http://article.gmane.org/gmane.comp.gis.geoserver.devel/28492

Because of this issue these settings can’t be edited at all with Firefox. IE 10 is OK.

-Jukka Rahkonen-

Jody Garnett wrote:

Quick request from the devel list for help testing the nightly build for an interesting fix!

  • GEOS-6948 GeoServer UI accepts check box clicks outside the boxes

To test please download an appropriate release from http://geoserver.org/release/master/ and reply to this email.

This change applies to any and all configuration screens that have a checkbox. They should now only respond when the checkbox is clicked (and not the nearby label).

Thanks to Eva Shon (from Boundless New York) addressing this long standing issue.

Jody Garnett


Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/


Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Kevin Smith

Software Engineer | Boundless

ksmith@anonymised.com

+1-778-785-7459

@boundlessgeo

http://boundlessgeo.com/

On Fri, Apr 3, 2015 at 8:21 PM, Rahkonen Jukka (MML) <
jukka.rahkonen@anonymised.com> wrote:

Hi,

Works for me with the latest nightly (git rev.

86a048b5e0092285d1d968f6f4d5c3911673d766)

Good job Eva, Kevin and Jody! :slight_smile:

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------

Backported 6036 to 2.7.x Cant update the ticket since JIRA’s locked and it hasn’t been transferred to the new JIRA yet.

···

On 3 April 2015 at 11:34, Andrea Aime <andrea.aime@anonymised.com> wrote:

On Fri, Apr 3, 2015 at 8:21 PM, Rahkonen Jukka (MML) <jukka.rahkonen@anonymised.com> wrote:

Hi,

Works for me with the latest nightly (git rev.

86a048b5e0092285d1d968f6f4d5c3911673d766)

Good job Eva, Kevin and Jody! :slight_smile:

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

==

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.


Kevin Smith

Software Engineer | Boundless

ksmith@anonymised.com

+1-778-785-7459

@boundlessgeo

http://boundlessgeo.com/

On Tue, Apr 7, 2015 at 2:01 AM, Kevin Smith <ksmith@anonymised.com> wrote:

Backported 6036 to 2.7.x Cant update the ticket since JIRA's locked and
it hasn't been transferred to the new JIRA yet.

I've been told it will be fully operational next week... please take a note
to update it then

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------