bokeh / jupyter_bokeh

An extension for rendering Bokeh content in JupyterLab notebooks
BSD 3-Clause "New" or "Revised" License
253 stars 48 forks source link

AutocompleteWidget shows but dropdown has css or size problem #64

Closed TcaManager closed 5 years ago

TcaManager commented 5 years ago

Hi, Awesome work guys! I'm trying to use an Autocomplete Input Widget in JupyterLab. It shows up after loading Bokeh and looks perfect. The HTML behaviour works perfectly, inspecting the code I can see a line for each completion. But cssly, visually, I have a strange zone where I can't see anything nor click anything. I guess that problem is very small but can't find a workaround. Any Idea? Did I miss something?

Here are additional infos, screenshots and html result.

JupyterLab Version 0.35.4 Browser Firefox 52.7.3 and Firefox 67.0 Beta Developer edition IPython - 7.3.0 Pandas - 0.24.2 Bokeh - 1.0.4 2019-03-25 17_38_20-JupyterLab - Firefox Developer Edition

<div class="bk-root" id="a125a6c8-4ae8-4ab1-9e10-521b544a8a59" data-root-id="1004">
  <div id="AA1D456DFABC4F618379C3426887F247" class="bk-widget bk-widget-form-group bk-layout-fixed bk-bs-open">
    <label for="1004">test</label>
    <input class="bk-widget-form-input bk-autocomplete-input" id="1004" value="ba" placeholder="" type="text">
    <ul class="bk-bs-dropdown-menu">
      <li><a data-text="bar">bar</a></li>
      <li><a data-text="baz">baz</a></li>
    </ul>
  </div>
</div>

Thanks!

philippjfr commented 5 years ago

Thanks for reporting this, this particular issue should be filed upstream in bokeh itself.

bryevdv commented 5 years ago

closing for lack of example code, and as mentioned, should go in upstream repo