Value lists wrong display

Forum to discuss the Web client version of Servoy.

Value lists wrong display

Postby rieder » Mon Nov 21, 2016 5:00 pm

Hi

We notice that the value lists are not displayed correctly (also seen in Smart Client). One problem is, that the width is too small. The other is, that the height of the null value is too small. Please see attached pictures.

When will this be fixed?

System:
Servoy 8.1.0 - build 3027,
Mac OS X 10.11.6,
Java 1.8.0_66.

Kind regards
You do not have the required permissions to view the files attached to this post.
Birgit Rieder
7r AG, Switzerland
SAN Developer
http://www.seven-r.ch
User avatar
rieder
 
Posts: 177
Joined: Thu Jan 26, 2012 5:18 pm

Re: Value lists wrong display

Postby paronne » Tue Nov 22, 2016 11:09 am

Hi,

You can report the issue in our support system at http://support.servoy.com. You can login into our support system using your Servoy credentials.

The image you have included are from the NGClient solution ? Are these typeahead fields ?
In this case you can edit the look and feel of the dropdown using the solution's stylesheet. The stylesheet is a solution/module property; you can use any .css file from your solution's media folder. You can add the following rules to your .css file:

/* All options, including empty options, will have a min height of 26px */
.dropdown-menu > li > a {
min-height: 26px;
}

/* You can set min width */
.dropdown-menu {
min-width : 200px;
}

See more about styling in NG Client at https://wiki.servoy.com/display/DOCS/St ... e+NGClient
paronne
 
Posts: 202
Joined: Fri Nov 02, 2012 3:21 pm

Re: Value lists wrong display

Postby rieder » Tue Nov 22, 2016 1:13 pm

Hi

Thank you for the response.
Yes, the images are from an NG Client.
One field is a type ahead, the other is a text field. They behave the same, as far as I noticed.
I'll try the styling.

Best regards
Birgit Rieder
7r AG, Switzerland
SAN Developer
http://www.seven-r.ch
User avatar
rieder
 
Posts: 177
Joined: Thu Jan 26, 2012 5:18 pm

Re: Value lists wrong display

Postby patrick » Tue Nov 22, 2016 1:56 pm

... and please consider filing a case, because that doesn't really look right in the first place.
Patrick Ruhsert
Servoy DACH
patrick
 
Posts: 3703
Joined: Wed Jun 11, 2003 10:33 am
Location: Munich, Germany

Re: Value lists wrong display

Postby rieder » Tue Nov 22, 2016 6:04 pm

Done
Birgit Rieder
7r AG, Switzerland
SAN Developer
http://www.seven-r.ch
User avatar
rieder
 
Posts: 177
Joined: Thu Jan 26, 2012 5:18 pm

Re: Value lists wrong display

Postby rieder » Thu Dec 08, 2016 5:35 pm

The css with min-width and min-height worked perfect! Thanks a lot.
Birgit Rieder
7r AG, Switzerland
SAN Developer
http://www.seven-r.ch
User avatar
rieder
 
Posts: 177
Joined: Thu Jan 26, 2012 5:18 pm


Return to Servoy Web Client

Who is online

Users browsing this forum: No registered users and 5 guests