Design / Layout after the validation of a managed metadata control

  • 2 December 2015
  • 2 replies
  • 2 views

Badge +2

I have several Nintex Forms with Managed Metadata Fields and I have no trouble to work with this fields. The problem is that after a wrong validation the red rectangle comes up with this (in my opinion) broken design or layout:

managed metadata validation.PNG

Is this the normal behavior or a bug? I tested this in Firefox, IE9 and IE10.

Thanks

Oskar


2 replies

Badge +2

We found a workaround for this solution, it's not the nicest one but works with a simple adjustment of the css in the form.

The following css line was added to Settings->Custom Css

     .ms-taxonomy-browser-button

     {

         margin-left: -2px;

     }

This line adds to each managed metadata icon (the icon on the right side at each control) the width of the red-rectangle-border as margin. So the icon will not fly away if the rectangle comes up.

Userlevel 7
Badge +17

That's actually a good solution, I'd have no problem with that. It could be worth having that flagged for Nintex Support​ just in case it is a bug. But this is a good work around. I would also suggest you could mark your answer as correct.

Reply