Is there a way to enable a vertical scroll bar in the Results in Robert's Identify widget? My mouse has a middle "scroll" button, but other users many not have that capability. The additional results are cut off without a control to let the user see all the contents of the Results.
the issue is there also, the scroll bars are there the first time you open the tool, if you close the tool and re-open it the scroll bars disappear, FYI the older version you mention earlier in this thread:
This seems to be a bug in the DataGroup or Scroller and has a VERY simple fix that does not even require any code change. All you need to do is set the height of the widget to 210 verses the 200 that is default.
Thank you for your fast response unfortunately that didn't do the trick, I also tried changing the height directly on the IdentifyWidget.mxml and checked with different browsers with no luck. Any other suggestions I could try?
Robert. definitely a weird bug, re-sizing the widget didn't force the scroll bars to come up, interestingly enough I tried your site and it worked but only until I re-size the widget the scroll bars disappear after reopening the widget. Daniel
When the identify widget is opened for the first time the scroll bar is visible but if the widget is closed and reopened and a selection is made the scrollbar is not available. The only way to make the scrollbar available again is by making the widget larger. I've tried to mess around with the height on the component thinking there's a mathematical error when calculating the need to show the scroller. I've been unsuccessful. Has anyone found a resolve to this issue???
There is no math in my code for adding the scrollbar all that is handled by Adobe Flex SDK and the Scroller component. I have seen this issue sporadically with datagroups that use custom item renderers like my identify widget uses and there seems to be nothing I can do to get around this bug in my code. Sorry I am not able to offer any help on this. The only workaround I have found is to have individuals that experience this issue to set the widgets height in the main config.xml until they find a height that work for them.