Pablo Pizarro R.

Results 31 comments of Pablo Pizarro R.

Check out https://github.com/nose-devs/nose/issues/1122

What are you refering to get the right width? ``max(self._font.size(line)[0] for line in lines),`` do not work?

You can also create a new PR :). A new widget requires a manager (for menu.add) and lots of new tests.

> > What are you refering to get the right width? `max(self._font.size(line)[0] for line in lines),` do not work? > > I meant that using `self._menu.get_width(inner=True)` overestimates the available space....

Hi. I've implemented this feature. See #413 and let me know what you think 😄

Usage: ``label = menu.add.label('lorem ipsum dolor sit amet this was very important nice a test is required', wordwrap=True)``

Same problem here. Using Excel for mac, version 16.47.1

Hi. This happens because of ``inert="true"`` menu attribute. You must remove that value if using the newest mmenu version and add your event with jquery.

> While being closed, the menu has `inert="true"`, ths prevents it from any user interaction (completely intentionally). I'm working on somewhat of a workaround, where clicking the collepsed menu would...