kit-ipe/WAVE-Client-Renderer

Use a more specific div id for view

Closed this issue · 4 comments

matze commented

container is probably the most generic and worst choice for an id specifying the WebGL view …

matze commented

Sorry, just saw that one can specify the id.

I think we can keep this open, I remember there's a bug here. Whenever someone specify a different id name, it still takes "container" as the default value. I'll double check on this.

matze commented

Yes, it's still the case and it's still annoying because it provokes name clashes. At least prefix that with wave-container or something similar.

the default id now set to "wave-container"