On 12/26/13 6:14 PM, "Justin Mclean" <[email protected]> wrote:
>Hi, > >> It occurred to me that caching textHeight in measure and using it in >> updateDisplayList is a questionable practice. Someone could forcibly >> resize the Alert in which case measure() would not be called again and >> updateDL would use a stale value, so I don't think the proposed patch is >> going to be an improvement in all cases. > >JFYI Resizing an Alert currently doesn't work either. There no many use >case to wanting to resize a After after it been created. I was wondering if folks might have tried keeping the width but giving a large height in order to workaround this issue. Did you try just changing height? > >Justin
