
03-20-2009
|
|
|
|
Re: -ms-word-wrap doesnt work in ie 8 RTW for tables BUG
Hi Piyush,
Please include your doctype in your samples.
This is a public NG manned by enthusiasts and volunteers.
Use a workaround.
<td>
<p style="-ms-word-wrap:
break-word;">kadkajdlkajdakldjkajdkajdkajdkadjaljdladjla ksdjlasdjksladjlakdkasdk</p>
</td>
Regards.
"Piyush Garge" <PiyushGarge@discussions.microsoft.com> wrote in message
news:A21CAA65-F4CD-430B-B3DF-A5A01F966089@microsoft.com...
> This was the bug I filed for RC1
>
> https://connect.microsoft.com/IE/fee...dbackID=420066
>
> It was fixed partially in IE8. It works for the e.g. below.
> <div style=" width: 20px">
> <p style="-ms-word-wrap:
> break-word;">kadkajdlkajdakldjkajdkajdkajdkadjaljdladjla ksdjlasdjksladjlakdkasdk</p></div>
>
> It doesnt work for the e.g. below. (This works in ie7)
>
> <table>
> <tr><td style="word-wrap: break-word; width: 20px">
>
> kadkajdlkajdakldjkajdkajdkajdkadjaljdladjlaksdjlas djksladjlakdkasdk
>
> </td></tr>
> </table>
>
> when i use the following in ie8 it doesnt work.
>
> <table>
> <tr><td style="-ms-word-wrap: break-word; width: 20px">
>
> kadkajdlkajdakldjkajdkajdkajdkadjaljdladjlaksdjlas djksladjlakdkasdk
>
> </td></tr>
> </table>
>
> will this be fixed?
>
> Thanks
|