On 16 Okt., 19:36, whatever <[email protected]> wrote: > Did you check the correct tiddler (1)? For me, on Win7 in IE, FF, yes the right tiddler, but the wrong buttons :) I didn't see the "infobox info" command line buttons (knowing about the thread title ;)
As a user, I wouldn't have a problem if the button is pushed down. For me the problem is the x coordinate and the content outside the viewport. ===== having a look with Firebug Inspector, the inner popup is "positon: relative" to the containing element. The containing element is the command line button <ol> which seems to be created by the toolbar command. The toolbar command functions seem to calculate the popup position right, if the table wont fit on the screen. Your inner buttons, don't do this calculation. So you'll need to have a look, how the core does the x/y corrections, and apply them if you click the inner buttons. ... ===== Since your plugin is allready several hundred lines of code, I'd debug it in single step mode [1], to actually see, what's going on. It would help me to learn about your code. But imo it wouldn't help you to find it yourself. I did a "short" video about how to debug TW plugins. [1] http://www.youtube.com/watch?v=h3NjTLQXWRc It is part of a series of videos about TW plugins, I did some time ago. http://www.youtube.com/playlist?list=PL19F78517CB1EDC08&feature=view_all hope this helps have fun! mario -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

