- This topic has 4 replies, 3 voices, and was last updated 6 years, 6 months ago by Brian Fernandes.
-
AuthorPosts
-
Fedor LosevParticipant1) Hover magic wand tooltips are obscured by fixed elements with z-index > 1100
2) Shows nothing when clicking on the “Open the CodeLive panel”
support-swapnaModeratorFedor,
Sorry that you are seeing problems with CodeLive. I could not replicate the problem with ‘Open the CodeLive’ panel at my end.
1. Can you please share with us more details about the project? A screenshot of the project’s structure from the explorer view and the CodeLive panel will be helpful. If you are running the application on a different browser other than Chrome, then please share with us the browser details as well.
2. Can you please also clarify if you are seeing this problem with any Angular project in the workspace? Switch to a new workspace, create a simple Angular project and check if the issue persists.
3. Do you see any errors being logged in the Terminal+ view when starting the AngularCLI server? If yes, then please share with us the error details along with the .log file located at workspace dir/.metadata for further investigation.
Apologies for inconvenience caused.
–Swapna
Genuitec Support
Brian FernandesModeratorFedor,
1) I’m assuming you have the problem if the tooltips and fixed elements are at the same co-ordinates on screen? As Swapna stated, a screenshot would be helpful.
2) Does this problem only occur when you have the above situation, or has it stopped working in general? Is the button actually clickable – any errors logged?
Fedor LosevParticipantIt seems that codelive uses some arbitrary z-index to render itself, and content high z-index elements are obscuring it (now I see that this is also true for the codelive toolbar itself).
In general, dev tool windows should use layers just a bit lower than 32b int max.
The screenshot is attached (new workspace / new project with latest update).
Btw., the bar still can’t be moved and is obscuring the UI under development, so I keep it off most of the time anyway.
Attachments:
You must be logged in to view attached files.
Brian FernandesModeratorFedor,
I guess nobody thought about z-index values > 1000 🙂 🙁
Thank for the screenshot, makes it quite clear what the problem is – I’ll file a bug and we’ll take a look at what can be done. Thank you for the report.
-
AuthorPosts