# 31.03.2014 10:12:53 -07:00
Hi,

I have added some multiselect fields to a WIT for my project. In VS they render correctly, but in the web view the dropdown section is only using half the length of the field to display the check box entries.

Also this only seems to be happening on the tabpages. I have other multiselect fields in the main section of the record which render correctly and use the full length of the field.

Any thoughts?

-p
# 04.06.2014 4:57:43 -07:00
hi

i am also facing same issue,for me In VS and web view the dropdown section is only using half the length of the field to display the check box entries


Please Suggest where i went wrong.

thanks,

Manju
# 26.06.2014 14:03:50 -07:00
Which browser are you using? Can you post an example of a string that's rendered incorrect?
# 01.08.2014 14:43:38 -07:00
I am also seeing my values cut off in Web Access. I tried it in both FireFox and Internet Explorer 11. It seems to happen irrespective of whether or not there is a tab control in the WIT layout.

Here is a screenshot of what I see:
Image

These values are supposed to read "Value 1", "Value 2", and "Value 3".

Update: It appears as if I had set it up wrong. The WIT to include the brackets around the values appears to have fixed the issue.
# 04.08.2014 16:40:48 -07:00
Hi,

@clcruItch, I did not run any test, but from the way items are rendered, my first impression is that the values are not enclosed in brackets in the suggested values. Could that be the case?

As an example, XML should be something like this:

<FIELD name="SomeFieldName" refname="Your.Namespace.SomeFieldName" type="String" reportable="dimension">
<SUGGESTEDVALUES expanditems="false">
<LISTITEM value="[Value1]" />
<LISTITEM value="[Value2]" />
<LISTITEM value="[Value3]" />
<LISTITEM value="[Value4]" />
</SUGGESTEDVALUES>
</FIELD>

Regards

Stéphane
# 12.08.2014 13:46:53 -07:00
Hi, we also got this issue, and also for us its only on tabpages, any fixes?

Image
# 12.08.2014 14:17:49 -07:00
Are the values enclosed in brackets as Stéphane suggests?
# 12.08.2014 14:23:48 -07:00
MOlausson wrote:
Are the values enclosed in brackets as Stéphane suggests?
Yeah the control is working great, just it's layout is truncated..
# 12.08.2014 14:37:28 -07:00
Ok. And you are using the latest release (1.2.2.0)?
# 12.08.2014 22:18:52 -07:00
Was using 1.2.0.0, now upgraded to 1.2.2.0 and still got this issue.

As you can see, Its affecting only tabbed controls:
Image
# 20.08.2014 3:51:45 -07:00
Thanks, then I know how to repro. I will take a look and get back.