Attribute Inspector Next, Previous, First Buttons Not working

835
2
Jump to solution
05-30-2013 02:13 PM
MeleKoneya
Occasional Contributor III
I am using the Attribute inspector in a DIV where users can edit attributes of selected features.    If I select more than one feature,  the attribute inspector shows (1 of 2) and has buttons to scroll through the selected features.    The problem I am having is that only the "Last" button allows the user to click on it.   The "Last" button take the user to the last record,  but he other button do not move through the selected features.

Any ideas as to what is preventing the buttons from being usable?
0 Kudos
1 Solution

Accepted Solutions
MeleKoneya
Occasional Contributor III
Kelly,

Thanks for responding.

I believe I may have found a fix for my issue.      I had used css to set the height and width of the attribute inspector as shown:

.esriAttributeInspector { height: 250px; width: 250px; } 

But if I change the height to 500px

.esriAttributeInspector { height: 500px; width: 250px; } 

It appears that I can now click through the selected records.

I will continue to test, but this is enouraging.

Mele

View solution in original post

0 Kudos
2 Replies
KellyHutchins
Esri Frequent Contributor
Can you reproduce the issue with one of the samples that use the Attribute Inspector? If not can you post a simple test case showing the problem?

Kelly
0 Kudos
MeleKoneya
Occasional Contributor III
Kelly,

Thanks for responding.

I believe I may have found a fix for my issue.      I had used css to set the height and width of the attribute inspector as shown:

.esriAttributeInspector { height: 250px; width: 250px; } 

But if I change the height to 500px

.esriAttributeInspector { height: 500px; width: 250px; } 

It appears that I can now click through the selected records.

I will continue to test, but this is enouraging.

Mele
0 Kudos