<object> tag now has an id.#1
Conversation
|
nyroModal v2 is fully stackable. Which means there could be more than one nyroModal open at the same time. Setting an id directly in the code as you did might cause problem becaus ethe same id "nyroModalSwf" will exists multiple time if 2 or more nyroModal containing swf are opened. An other id might be to set this id regarder the opener by using an attribute or something else. By the way, the nyromodal.complete will disapear from github. Please use the specific js for the filter to edit it. Thanks for your pull request anyway! |
|
Its really awesome that you make the containers stackable. I actually edited the original file as well as the complete one, but I guess I did not commit it. Not having an id in an causes flash not to be able to call javascript in IE, so there is a need for object elements to have ids. Would you prefer a patch where a unique id was always specified or one where the user could specify having one? Also, if I gave a patch to add a static id to the google code version of nyroModal, would you accept that? I don't see a code repository for that version. |
|
nyroModal v1 hosted on google code won't be updated anymore I guess. regarding your 2 propositions, I thinks a mixed solution would be great :
It could be great ;) |
|
Update documentation in Readme file |
This solves google issue 546 http://code.google.com/p/nyromodal/issues/detail?id=546