interactivecontent bug?

  • Hi!


    So I'm creating a couple of textfield plugins, and even though the interactivecontent is set to true, they are still not selectable. These are the exact attributes used when creating them:


    What am I missing here? These are used as plugins btw, not hotspots. Krpano version is 1.2.

  • Hi)

    This combination works here for me:

    Code
    set(layer[test],			type='text',			keep=true,			handcursor=false,			align='center',			width=150,			height=150,			bgcolor=0,			bgalpha=0.5,			bgroundedge=50,			vcenter=true,			css='color:white;font-size:15px;font-weight:bold;text-align:center',			interactivecontent=true,			selectable=true,			html='test',			bgcapture=true		);


    Try adding 'selectable' (and perhaps bgcapture=true).

    Regards,

    Alexey

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!