enthought / enthought/pyface

Dialog titles not displaying

Open
#196 8 comments 0 reactions 0 assignees View on GitHub
Good First Issue type: bug
Dominant language
Python
Stars
115
Forks
54
PR merge metrics
No merged PRs in 30d

Description

```
from pyface.api import AboutDialog, ConfirmationDialog, FileDialog, MessageDialog, SplitDialog

dialog_cls = [AboutDialog, ConfirmationDialog, FileDialog, MessageDialog, SplitDialog]

for e, cls in enumerate(dialog_cls):
dl = cls(title=str(e))
dl.open()
```

Only in the `SplitDialog` does the `title` attribute appear correctly.
![image](https://cloud.githubusercontent.com/assets/7263654/13451266/fa111de4-e002-11e5-9b1a-c4b8841476a1.png)
![image](https://cloud.githubusercontent.com/assets/7263654/13451272/00d7b660-e003-11e5-965c-791cc9afc03b.png)
![image](https://cloud.githubusercontent.com/assets/7263654/13451280/2274d244-e003-11e5-9a74-f3ee339bf266.png)
![image](https://cloud.githubusercontent.com/assets/7263654/13451282/28b271f2-e003-11e5-95dc-f89c6378e468.png)
![image](https://cloud.githubusercontent.com/assets/7263654/13451284/30f92676-e003-11e5-96bf-eb5d5e4d0e4d.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.