In Firefox 3.5 I received the following warning anytime I clicked on a Text Format selectbox:

Use of getBoxObjectFor() is deprecated. Try to use element.getBoundingClientRect() if possible.

Since this doesn't actually break any functionality (as far as I can tell) I'm marking it down as a minor bug.

Comments

aspilicious’s picture

I did a powergrep and I only can find the function "getBoundingClientRect()" in jquery 1.4 and not "getBoxObjectFor()"
actually there isn't any place in core where we have getBoxObjectFor() (after testing with powergrep)

Can we close this then?

cosmicdreams’s picture

Yea, this could just be a Firefox or Firebug quirk. Either way, it deserves it's minor status since this doesn't actually effect anything.

aspilicious’s picture

I think we can close this, if no one answered this topic before tomorrow night then I will lock it.

casey’s picture

@cosmicdreams do you have any non core modules enabled? like wysiwyg module?

aspilicious’s picture

Status: Active » Closed (fixed)

Hmm casey didn't thought about that...
Anyway it's not core's problem...

Gonna close this!

casey’s picture

@aspilicious you're quick today. Remember we want to fix issues not hide hide them.

@cosmicdreams If you manage to reproduce this issue please feel free to reopen.