Bug Tracker

Changes between Initial Version and Version 1 of Ticket #12120, comment 1


Ignore:
Timestamp:
Jul 22, 2012, 10:45:09 AM (11 years ago)
Author:
dmethvin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12120, comment 1

    initial v1  
    33The easiest way out would be to remove support for using before/after to add something to an empty set, which was added without a lot of thought for how it might affect these situations and has been a thorn in our side ever since. It seems potentially like quite a breaking change to some code, though.
    44
    5 To fix this specific case, if the div was always stacked you'd end up with the `.after` adding to an empty set
     5To fix this specific case, if the div was always stacked you'd end up with the `.after` adding to an empty set and then being thrown away by the `.end`, which shouldn't break anything.