You should submit a feature request on the issue tracker.

On Monday, September 23, 2013 2:08:23 PM UTC-4, stuckagain wrote:

> Thanks,
>
> I found it as well. But it would be nice if GWT would hide these browser 
> specific things.
>
> David
>
>
> On Mon, Sep 23, 2013 at 5:17 PM, Paul <[email protected] 
> <javascript:>>wrote:
>
>> A quick google of "gwt getcomputedstyle" gives quite a few solutions, 
>> this one looks fine to me:
>>
>>
>> https://code.google.com/p/gwt-examples/source/browse/trunk/GoneVertical-Core/src/org/gonevertical/core/client/style/ComputedStyle.java?spec=svn3084&r=3084
>>
>> cheers
>>
>> On Monday, 23 September 2013 14:04:26 UTC+1, stuckagain wrote:
>>>
>>> Hi,
>>>
>>> I am trying to get access to the min-width style property on some widget 
>>> to be able to properly implement a layout.
>>>
>>> When I use:
>>> widget.getElement().getStyle()**.getProperty("minWidth") I always get 
>>> "" as a result.
>>>
>>> The min-width style is set like this:
>>> .myclass {
>>>   min-width: 200px;
>>> }
>>>
>>> <div class='myclass'>...</div>
>>>
>>> I noticed that when I define the min-width as a style attribute then it 
>>> works.
>>> <div style='min-width:200px;'>...</**div>
>>>
>>> What I really need is a way to know what the computed value should be... 
>>> and this should work on IE8+ and other browsers as well.
>>>
>>> Anybody has a solution for this ?
>>>
>>> David
>>>
>>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Web Toolkit" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To post to this group, send email to 
>> [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to