os-js / osjs-gui

OS.js GUI Module
https://manual.os-js.org/v3/
Other
18 stars 10 forks source link

Context menu opening drop down only on right side #27

Open santhoshR-Dev opened 4 years ago

santhoshR-Dev commented 4 years ago

Is it possible to make contextmenu to have a drop down opened on left side of it

andersevenrud commented 4 years ago

Do you mean to swap the positions entirely, or having some kind of option when you create a context menu ?

santhoshR-Dev commented 4 years ago

To have an option to open left or right

santhoshR-Dev commented 4 years ago

Example :when we click panel position it shows the drop down menu only on right side of it

andersevenrud commented 4 years ago

Are you using RTL by any chance ?

santhoshR-Dev commented 4 years ago

Nope

andersevenrud commented 4 years ago

Just to make sure we're on the same page, is this what you mean ?

contextmenu

santhoshR-Dev commented 4 years ago

Yes that’s right

andersevenrud commented 4 years ago

Sure. That could be added.

I'll move the issue to the appropriate repository and follow up there.