Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
javascript
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2010 at 21:39 UTC
Updated:
10 Mar 2010 at 14:49 UTC
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
Comment #1
aspilicious commentedI 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?
Comment #2
cosmicdreams commentedYea, this could just be a Firefox or Firebug quirk. Either way, it deserves it's minor status since this doesn't actually effect anything.
Comment #3
aspilicious commentedI think we can close this, if no one answered this topic before tomorrow night then I will lock it.
Comment #4
casey commented@cosmicdreams do you have any non core modules enabled? like wysiwyg module?
Comment #5
aspilicious commentedHmm casey didn't thought about that...
Anyway it's not core's problem...
Gonna close this!
Comment #6
casey commented@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.