dojo / dojo/themes

Select Widget in TitlePane is not properly shown

Open
#24 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
CSS
Stars
12
Forks
18
PR merge metrics
No merged PRs in 30d

Description

**Bug**

An expended select widget inside a title-pane is shown incorrectly, parts of the select box are not shown.

**Browser**
Chrome 68, Windows 10.

**Code**
```
w(TitlePane, {
title: 'Dojo Select in Title-pane',
key: 'select-title-pane'
}, [ w(Select, {options: [ 'foo', 'bar', 'baz', 'qux' ]}) ]),
```

**Expected behavior:**
Select box overlays title pane.

**Actual behavior:**

Select box is partually hidden.
It looks like the problem is in the
`overflow: hidden` defined in the titlepane.

**Closed:**
![image](https://user-images.githubusercontent.com/210876/45231478-5d1c2c00-b2cc-11e8-8815-c0413be94fe7.png)

**Open:**
![image](https://user-images.githubusercontent.com/210876/45231430-3c53d680-b2cc-11e8-890b-9217cdae092d.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.