jimie VIP
Total posts: 531
05 Nov 2015 08:42

Sergey,

Currently if you use tabs or vertical tabs, and you try to complete the form without filling the form completely, the error is displayed inside tab content and can be seen only if you go to that specific tab.

So I think in such cases the errors should be displayed on top of the form informing about what required fields were not filled.

Rgds

Last Modified: 09 Nov 2015


Sergey
Total posts: 13,748
07 Nov 2015 14:08

It tabs are standard not custom it should activate that tab and pan page top that error. So user is never lost what happening.


jimie VIP
Total posts: 531
08 Nov 2015 06:09

There's a problem when using vertical tabs and you have a dropdown list ( using chosen library ) the chosen dropdown list is not visible because of an overflow:auto in your beloved bootstrap 2.3

.tabs-left .tab-content {
    overflow: auto;
}

Sergey
Total posts: 13,748
09 Nov 2015 09:24

This is common problem. For my practice I was not able to find solutions other than not to place fields like that into tabs.

Powered by Cobalt