Bug 43768
Summary: | [Qt] QtTestBrowser: Scene object should be refcount'ed | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antonio Gomes <tonikitoo> |
Component: | Tools / Tests | Assignee: | Antonio Gomes <tonikitoo> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | hausmann, kenneth |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | All | ||
Bug Depends on: | 45871 | ||
Bug Blocks: |
Antonio Gomes
The QGraphicsScene objects of QtTestBrowser should be ref counted.
See the following situation:
1) Open a launcher window in GraphicsView mode.
$ run-launcher --qt -graphicsbased any.foo.com
2) Clone this window
Developer->GraphicsView->Clone Window menu.
Close the first window opened.
Result: the cloned window, that was sharing the same scene as the originating one, goes into troubles.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |