lewisje / ourlibrary

Automatically exported from code.google.com/p/ourlibrary
0 stars 0 forks source link

alert content is partially hidden if content size is increased #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run API.alert to display an alert
2. modify the content of the alert so the content takes up more space
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by johnwloc...@gmail.com on 19 Apr 2011 at 5:48

GoogleCodeExporter commented 9 years ago
I encapsulated the autosize code in API.refreshAlert.
after I update the alert content I call API.refreshAlert(), and it resizes 
correctly.

Original comment by johnwloc...@gmail.com on 19 Apr 2011 at 7:06

Attachments:

GoogleCodeExporter commented 9 years ago
will that leak every time alert is called?

Original comment by johnwloc...@gmail.com on 19 Apr 2011 at 7:13

GoogleCodeExporter commented 9 years ago
Leak what?

Original comment by dmark.ci...@gmail.com on 19 Apr 2011 at 7:23

GoogleCodeExporter commented 9 years ago

Original comment by dmark.ci...@gmail.com on 19 Apr 2011 at 7:24

GoogleCodeExporter commented 9 years ago
Ah, I see what you are referring to. It will create and assign a new function 
on each show (which is not needed). Don't worry about it. I'll fix it up when I 
merge the changes.

Thanks again!

Original comment by dmark.ci...@gmail.com on 19 Apr 2011 at 7:35