Re: bug fixes made more bugs
Charles Goodwin <[email protected]>
| Newsgroups | gmane.comp.java.xwt.core |
|---|---|
| Organization | XWT Foundation |
| Message-ID | <[email protected]> |
On Tue, 2004-03-09 at 20:47, Charles Goodwin wrote: > We're trying to isolate the patch that messes up the default namespace. > Then we'll be back to normality. Basically now if we're setting an image from Javascript, it has to be given the absolute path of the resource. It was not the case last night, where the relative path was required. eg: Now in org.ibex.theme.win2k.bevel: border = .org.ibex.theme.win2k.image["bevel" + thickness + form]; Whereas before it was simply: border = .image["bevel" + thickness + form]; In XML, using the relative path works fine. We're working to isolate the patch (applied by Adam last night) that has caused this. The other issue with the updates is the static block, but this was broken already so it simply needs futher review. -- - Charlie Charles Goodwin <[email protected]> Online @ http://www.charlietech.com