Re: inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-17 Thread Jeoff Wilks
Very true; when I use InlineHyperlink it does render without a div: You may Item 1 now if you like. That markup, when placed alone in a test page along with my stylesheets, does show the proper spacing even in IE6. So I'm at a loss to explain why the space between the link and the trailing span is

Re: inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-16 Thread Thomas Broyer
On 16 avr, 18:58, Jeoff Wilks wrote: > Good idea. I just tried InlineHyperlink but it has the same problem. Looking > at the 1.6 source code I see no behavioral differences in InlineHyperlink, > other than a different primary style name (which probably defaults the style > to display: inline).

Re: inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-16 Thread Jeoff Wilks
The non-breaking space hack ( ) does work With the DOM wrappers introduced in gwt 1.5 and the simplified event-handling system added in 1.6 --- maybe it's time to think differently about when a Widget is appropriate. Panel p = new PanelThatCanHandleBothWidgetsAndDOMNodes(); p.add(Document.get(

Re: inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-16 Thread Jeoff Wilks
Good idea. I just tried InlineHyperlink but it has the same problem. Looking at the 1.6 source code I see no behavioral differences in InlineHyperlink, other than a different primary style name (which probably defaults the style to display: inline). On Thu, Apr 16, 2009 at 12:43 PM, Thomas Broyer

Re: inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-16 Thread Thomas Broyer
On 16 avr, 15:51, Jeoff Wilks wrote: > I'm trying to get a simple inline Hyperlink as part of a sentence, using the > "display: inline" hack. In Firefox I get what I expect: You may view > Item 1now if you like. But IE 6 swallows the space after the hyperlink > (note the > lack of any space bet

Re: inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-16 Thread mars1412
a non-breaking space might work:   On Apr 16, 3:51 pm, Jeoff Wilks wrote: > I'm trying to get a simple inline Hyperlink as part of a sentence, using the > "display: inline" hack. In Firefox I get what I expect: You may view > Item 1now if you like. But IE 6 swallows the space after the hyperlink

inline Hyperlink as part of a sentence -- spacing is getting battered by IE 6

2009-04-16 Thread Jeoff Wilks
I'm trying to get a simple inline Hyperlink as part of a sentence, using the "display: inline" hack. In Firefox I get what I expect: You may view Item 1now if you like. But IE 6 swallows the space after the hyperlink (note the lack of any space between "1" and "now"): You may view Item 1now if you