| Summary: | Don't show onWidgetLoad in the Properties view | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Will Smythe <smythew> |
| Component: | EDT | Assignee: | lu lu <lulu> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | hjiyong, svihovec |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Will Smythe
We think that 'onWidgetLoad' shouldn't be removed out of the event list because it maybe used sometimes, and if change the location of 'onWidgetLoad' in event list, we need to redefine IR, so we think it should be better to keep current implementation. Thanks. Can we not sort the list of events in the Properties view? I don't think onWidgetLoad should be listed first .. and sorting would solve this problem. (In reply to comment #2) > Can we not sort the list of events in the Properties view? I don't think > onWidgetLoad should be listed first .. and sorting would solve this problem. Hi Will, The order of event list depends on their definition orders. We don't have any facility to sort the event right now. onWidgetLoad is defined in DojoBase while the other events are defined in the parent Widget "class". So the onWidgetLoad event is listed as the 1st one. I think it is hard to change the process order so that there is no easy way to move the event down. If we want to change the order, we have to do the change in IR or VE, add the sorting mechanism. I think it is a lot of effort and may not have many benefits. At the same time, I think the event is useful for developers so that we should not remove it. I have opened Bug 368258 to cover sorting the events in the future. We should close this as 'won't fix'. (In reply to comment #4) > I have opened Bug 368258 to cover sorting the events in the future. We should > close this as 'won't fix'. Thanks, Brian. Close this enhancement as won't fix. |