Closed HeavenlyEntity closed 4 months ago
It appears that the field group is collapsed. Click on the field group heading to expand it. There will be a setting in the next version to disable collapsible field groups.
I see! Gotchya! The arrow is hard to distinguish. If you have something better for the group to indicate collapse that would be better :) I recommend a better icon and animation if possible.
Yeah, I like the animation idea. I tried that initially, but I couldn't figure out a good way to implement it due to how NetSuite's HTML is structured. I'll probably revisit that later.
I think you're right about the arrow icon. A few field groups can be collapsed natively, and I simply used the icon that NetSuite already uses in those cases. I normally try to make things look as native as possible, but NetSuite design isn't always the best, so I will consider changing the icon to something more obvious. You are not the first person who has mentioned this, so it's definitely a problem.
Yeah, Adam I would suggest using inline css to make it easier or loading in animate.css to make it even easier.
On Wed, Jun 26, 2024, 11:06 AM Adam Smith @.***> wrote:
Yeah, I like the animation idea. I tried that initially, but I couldn't figure out a good way to implement it due to how NetSuite's HTML is structured. I'll probably revisit that later.
I think you're right about the arrow icon. A few field groups can be collapsed natively, and I simply used the icon that NetSuite already uses in those cases. I normally try to make things look as native as possible, but NetSuite design isn't always the best, so I will consider changing the icon to something more obvious. You are not the first person who has mentioned this, so it's definitely a problem.
— Reply to this email directly, view it on GitHub https://github.com/burkybang/SuiteAdvanced-Feedback/issues/157#issuecomment-2192325701, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJLJF3KU7OOR7QESDY3PTVDZJL7LDAVCNFSM6AAAAABJWTN2NKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJSGMZDKNZQGE . You are receiving this because you authored the thread.Message ID: @.***>
I've added a slight animation when a field group gets collapsed, and I've reduced the opacity of a collapsed field group header to make it more obvious that it's collapsed. This will be available in the next release.
Sweet! Thank you sir! I look forward to trying it out! 🎉
On Wed, Jul 10, 2024, 2:53 PM Adam Smith @.***> wrote:
I've added a slight animation when a field group gets collapsed, and I've reduced the opacity of a collapsed field group header to make it more obvious that it's collapsed. This will be available in the next release.
— Reply to this email directly, view it on GitHub https://github.com/burkybang/SuiteAdvanced-Feedback/issues/157#issuecomment-2221594088, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJLJF3NSIE2J5NPWHNJLGSTZLWUPHAVCNFSM6AAAAABJWTN2NKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRRGU4TIMBYHA . You are receiving this because you authored the thread.Message ID: @.***>
Describe the bug A clear and concise description of what the bug is.
When loading a record with custom fields it is causing those fields to disappear when the extension is loaded.
How to reproduce Describe steps to reproduce the behavior. Example:
Expected behavior A clear and concise description of what you expected to happen.
The fields should not be touched and should allow for a user to have an infinite number of fields without making them disappear
Screenshots If applicable, add screenshots to help explain your problem.
https://github.com/burkybang/SuiteAdvanced-Feedback/assets/39228141/b1f2efdd-d9c7-4736-a839-1399782b2844
With Fields: Extension Disabled
Without Fields: Extension Enabled
Additional context Add any other context about the problem here.
Answer: