Re: Re: [bug 487] loading images in long dirstacks crashes ibex
Adam Megacz <[email protected]>
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Organization | XWT |
| Message-ID | <[email protected]> |
Charles Goodwin <[email protected]> writes: >> So basically we ignore the tag's namespace for ibex://ui:box? That >> doesn't sound right. This could probably use some more discussion >> on core@ The reference is out of date; only ui:box (where ui=ibex://ui) is treated specially. You are free to define a box template in your own package and set xmlns= so that you can type <box/>. - a