Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into limiting fieldsets by tabs #2

Open
tomfulton opened this issue Jun 20, 2012 · 5 comments
Open

Look into limiting fieldsets by tabs #2

tomfulton opened this issue Jun 20, 2012 · 5 comments

Comments

@tomfulton
Copy link
Owner

For example - if you have two properties on different tabs with the same Fieldset name, currently they'll be moved onto one tab - should probably be limited by tab

@hracher
Copy link

hracher commented Jun 20, 2012

Hi ya Tom, I had an error when trying that :

Multiple controls with the same ID 'Fieldset Top' were found. FindControl requires that controls have unique IDs.

(was trying to confuse it tho :))

Being able to type in any fieldset name is useful, how about an auto complete drop down of all the existing fieldsets, and those that were invalid weren't selectable ?

@tomfulton
Copy link
Owner Author

I like the idea, going to look into it once the rest is cleaned up :)

Can you tell me how you confused it to get that error? I tried adding two properties on diff tabs to "Fieldset Top" but it worked fine

@HendyRacher
Copy link

I'm not sure what else I can add at the moment - these were both properties on a grandparent document type

@tomfulton
Copy link
Owner Author

Ah sorry, didn't realize you were talking about inherited. Think I found the issue, or at least another way to repro that error. Did you have "Fieldset Top" defined in two different cases? ie "Fieldset top" and "fieldset top"? Anyway that would cause the same error and I've sorted, thanks :)

@HendyRacher
Copy link

yep ! that was it - incorrect casing, tired both ways (didn't make any difference between tabs either)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants