Skip to content

Conversation

@carlos-lopez-tecnativa
Copy link
Contributor

When the web_responsive module is installed, the VoIP component is not displayed in the main menu because web_responsive has a higher z-index.

Before

voip_oca_before.mp4

After this commit, the VoIP component will always be displayed.

voip_oca_after.mp4

@Tecnativa @pedrobaeza @etobella could you please review this?

When the web_responsive module is installed, the VoIP component is not displayed in the main menu because web_responsive has a higher z-index.

https://github.com/OCA/web/blob/32184c6f6b6c34a2660e4adbe8271f2021f22bdf/web_responsive/static/src/components/apps_menu/apps_menu.scss#L35
After this commit, the VoIP component will always be displayed.
@OCA-git-bot
Copy link
Contributor

Hi @etobella,
some modules you are maintaining are being modified, check this out!

@pedrobaeza pedrobaeza added this to the 17.0 milestone Aug 5, 2025
@pedrobaeza
Copy link
Member

At the same time you are there, can you please hide the systray icon when no voip provider is set in the user?

height: auto;
max-height: 70%;
z-index: 99;
z-index: 1001;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say this z-index is on purpose for not being on top on certain cases, isn't it @etobella ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping @etobella

@github-actions
Copy link

github-actions bot commented Dec 7, 2025

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Dec 7, 2025
@pedrobaeza pedrobaeza removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Dec 7, 2025
@etobella
Copy link
Member

etobella commented Dec 8, 2025

Could you try to show what happens if we open a readonly O2M line or opening a wizard?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants