symfony-cmf/tree-browser-bundle

Compact widget tooltip display under page content

fbourigault opened this issue · 1 comments

When using the compact TreeSelectType inside a sonata admin form, the tooltip is displayed under groups title:
capture d ecran de 2016-08-23 22-53-55

IMHO, it's not about this bundle to care about every display case but, I think there are two solutions:

  1. Have sonata integration bundle override the template to fix the issue
  2. Provide in this bundle a bootstrap3 template as Symfony ship those templates.

Have sonata integration bundle override the template to fix the issue

👍 Worked on this this weekend (it's the reason behind the usage of all the blocks in the template shipped with this bundle). Will try to finish it somewhere soon.

However, adding a high z-index to the default template is never a bad idea :)