Bug 1533958 Comment 18 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

@Mike: Just for context, the regression we are experiencing is that that the RDM no longer shows the menulist on select elements. This is because `devtools/client/responsive.html/index.xhtml` now requires it's own `xul:menulist`. We could add this and include all the global styles but we would be adding unnecessary complexity.
@Mike: Just for context, the regression we are experiencing is that that the RDM no longer shows the menulist on select elements. This is because `devtools/client/responsive.html/index.xhtml` now requires it's own `xul:menulist`. We could add this and include `widgets.css` but then the position calculation would need tweaking and, to be honest, adding XUL to an XHTML document is a little dicey.
@Mike: Just for context, the regression we are experiencing is that that the RDM no longer shows the menulist on select elements. This is because `devtools/client/responsive.html/index.xhtml` now requires it's own `xul:menulist`. We could add this and include `widgets.css` but then the position calculation would need tweaking to take offsets and iframes into account, which we know can be a little dicey.
@Mike: Just for context, the regression we are experiencing is that that the RDM no longer shows the menulist on select elements. This is because `devtools/client/responsive.html/index.xhtml` now requires it's own `xul:menulist`. We could add this and include `widgets.css` but we are wondering if there is another way around this.

We have a partial fix in bug 1569570 but some way without adding our own `xul:menulist` would be great.
@Neil and @Abdoulaye: Just for context, the regression we are experiencing is that that the RDM no longer shows the menulist on select elements. This is because `devtools/client/responsive.html/index.xhtml` now requires it's own `xul:menulist`. We could add this and include `widgets.css` but we are wondering if there is another way around this.

We have a partial fix in bug 1569570 but some way without adding our own `xul:menulist` would be great.

Back to Bug 1533958 Comment 18