CE 5.0.1 - Web Console: Confirmation to create more than 10 views is broken

Couchbase CE v 5.0.1 build 5003
Windows Server 2016 DataCenter
Google Chrome Version 55.0.2883.87 (64-bit)
IE 11

I was trying to create the 11th development view and of course I got a warning that doing so might decrease performance. It asked me to confirm by clicking “Create View” button. The problem is that the dialog box where this warning and button appear is behind an HTML overlay DIV whose z-index is larger than the dialog box itself. As the result it is not possible to click the button or cancel the process.

If you are on Chrome, load up the developer tool by clicking F12. Select the “Element” tab, highlight the overlay by clicking anywhere on it on the page. On the CSS styles panel of the developer tool, change the z-index to zero and that will send the overlay behind the confirmation dialog box and now you can click the “Create View” button.

Issue can be replicated on IE11 as well - so this is not browser specific.

Hi mosabusan,
This is a bug. I have opened a ticket to track it https://issues.couchbase.com/browse/MB-27733.
Thank you for raise this topic.

2 Likes

Thank you, @pavel.
I have some other UI “annoyances” - not bugs - that I would like to bring forward. I guess I’ll create new topic for each one - yes?