Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Cusom visual z-index does not render correctly on IE/Edge

I have discovered an issue with custom visuals within Power BI Reports when viewed in Microsoft's IE/Edge browsers.
This affects all custom visuals (both from the store or built by us) so is not something that we have introduced via our custom visual code.

Reproduction Steps:
1) Add a custom drop-down filter or any other visual which expands/collapses.
2) Give the visual enough space (Style Width & Height) in which to expand.
3) Add another visual (any will do) below the custom visual so that its containing box overlaps the one above.
4) Set the z-index/layer which holds the custom visual to the back of the report so that hover/tool-tips/interactions with the other visual is not impaired.

The Issue:
In Chrome/Firefox/Safari - focusing on the custom visual will bring the visual to the top layer, allowing the rendering of any expanding content to show.
In IE/Edge - focusing on the custom visual fails to bring the visual to the front of the report. Any expanding content is hidden behind other visuals.

Notes:
Visuals obtain CSS rules for forcing a z-index.

.explorationContainer.reading .exploreCanvas .visualContainer.selected:hover:not(.popOut) {
z-index: 100001!important;
}

 

Custom visuals have their parent 'VisualContainer' div element modified correctly, but the rule is not applied to them, resulting in the 'z-index: 100001!important;' having no effect on the visual.

This rule works and is applied correctly in all other browsers tested by us so far. (Chrome/Firefox on Windows + Chrome/Safari on Mac + Safari on iOS)


Please can this be investigated as it is causing us major issues with clients who use IE & Edge.

 

Thanks,
Matt

Status: New
Comments
MattCalderwood
Responsive Resident

Chrome - Custom visual with correct z-index appliedChrome - Custom visual with correct z-index appliedEdge - z-index not overriden and inline style still appliesEdge - z-index not overriden and inline style still applies

v-qiuyu-msft
Community Support

Hi @MattCalderwood,

 

Which custom visual in the Store you mentioned can reproduce the issue? 

 

@v-viig Is it a known issue? 

 

Best Regards,
Qiuyun Yu 

MattCalderwood
Responsive Resident

Hi @v-qiuyu-msft

The custom visual is 'Smart Filter by OKViz'
This can be found within the Filters category in the marketplace.

Thanks,
Matt

v-viig
Community Champion

Have not seen this issue before.

 

Can you share a Power BI Desktop report to reproduce it? Can you repro it if you go to Read Mode?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

v-viig
Community Champion

Have not seen this issue before.

 

Can you share a Power BI Desktop report to reproduce it? Can you repro it if you go to Read Mode?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

v-viig
Community Champion

Have not seen this issue before.

 

Can you share a Power BI Desktop report to reproduce it? Can you repro it if you go to Read Mode?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

MattCalderwood
Responsive Resident

Hi @v-viig

I have uploaded an example report to my file storage in Azure https://powerbicommunity.blob.core.windows.net/public/z-index-ExampleReport.pbix

The issue exists within both Edit & Read modes in app.powerbi.com - and also with embedded reports.

Thanks for helping.
Cheers,

Matt


v-viig
Community Champion

Hi @MattCalderwood,

 

I can repro this issue on my PC as well.

 

@v-qiuyu-msft Can you create a new ticket and ICM?

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

MattCalderwood
Responsive Resident

 Hi @v-viig & @v-qiuyu-msft

Really happy that the sample report was enough to reproduce the issue.
Quick question...

Once a ticket gets created, does it have any public visibility (e.g. can i see if/when it will be actioned) ? 

Thanks,
Matt

v-viig
Community Champion

I think this question is for @v-qiuyu-msft.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com