| Summary: | [Toolbar] RADIO items are completely broken | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Benjamin Muskalla <b.muskalla> | ||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | critical | ||||||||
| Priority: | P3 | CC: | tbuschto | ||||||
| Version: | 1.3 | ||||||||
| Target Milestone: | 1.3 M1 | ||||||||
| Hardware: | All | ||||||||
| OS: | All | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
|
Description
Benjamin Muskalla
Created attachment 143878 [details]
Temporary solution
This patch restores the ButtonUtil.js. In the long run, it should be replaced by RadioButtonUtil.js.
Created attachment 143880 [details]
patch
Having both listener state functions in the RadioButtonUtil should do the trick for this one. This way we don't need to introduce the ButtonUtil again.
Any thoughts?
Certainly works, but in the long run toolbar.RadioButton should be re-implemented using the new Button and use the same functions, that is "register". Fixed in CVS with patch from comment #2. And yes Tim, you're right. In the long run this should be streamlined with the new ToolItem implementation. Ok, finally the methods were moved to ToolItemUtil where they really belong (at least for now) |