Ticket #2532425 (new enhancement)
Reporter Marco Asbreuk |
Opened: 06/18/12 Last modified: 06/18/12 Status: new Type: enhancement |
Owner Satyen Desai |
Target Release: Priority: |
|---|---|---|---|
| Summary: | Extending widget does not extent the contentbox-class | ||
| Description: | Hi Satyen, Difficult to post a ticket on the architecture that is well thought of, but I give it a try... When you look at the example below, both panels are not the same. I thought they would have been. Extending widgets is very hard this way. Because now I cannot just extend a widget: I also have to redefine its contentbox-css. I only realized this now (after creating a lot of widgets). I'm sure .yui3-ownpanel-hidden { visibility: hidden; } for letting the code panel.hide() work... To get more deeper: I found that Y.Panel uses this css: I reaaly don't know why it uses this, but it seems to me that I also have to define my custom css like: I hope you see my point: it would help a lot by rendering the the whole tree of dependency-classes in the contentBox as well. Kind regards, |
||
| Type: | enhancement | Observed in Version: | 3.6.0pr2 |
| Component: | Widget | Severity: | S3 (normal) |
| Assigned To: | Satyen Desai | Target Release: | |
| Location: | Priority: | ||
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | <html> body { background-color:#DDD; } </style> <script src="http://yui.yahooapis.com/3.5.1/build/yui/yui-min.js"></script> <script type="text/javascript"> </body> |
||
Change History
|
Posted: 06/18/12
|
Just to let you know: in case of ownpanel.hide() that did not close, I created ticked #2532422