Closed (works as designed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
markup
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
28 Oct 2012 at 08:25 UTC
Updated:
29 Jul 2014 at 21:25 UTC
Jump to comment: Most recent file
Comments
Comment #1
andrew_mallis commented(my first core) patch attached.
Comment #2
devin carlson commentedThe patch in #1 applies cleanly and removes both the bgiframe plugin and its copyright notice.
I agree that the plugin can be removed since D8 doesn't support IE6 which is the only browser that bgiframe targets.
Comment #3
catchIt's my understanding we update jQuery UI all in one go, so the next patch to update that would automatically revert this. Putting this in nod_'s queue in case he's got thoughts on this. The plugin isn't used anywhere so this is just dead code atm.
Comment #4
nod_bigframe ships with jquery UI (it is also in UI 1.9) so no we shouldn't be removing it. It's not declared as part of our library definition so no need to remove that either.
I agree that it's dead code but it's not our dead code.
Comment #5
catchThanks. Marking as works as designed.
Comment #6
andrew_mallis commentedanything in /core/misc APPEARS as our dead code.
If it's not our responsibility, shouldn't these element live in /core/vendor ?
Comment #7
nod_I agree. unfortunately the PHP / psr-0 people don't.