Jonathan Mifsud

Results 46 comments of Jonathan Mifsud

If it helps to add to the list :) We consume a lot of webhook data. In some instances webhook data is provided 1-1. which we are happy to process...

No I don't think so, I will probably open a PR to track progress in that regard. Just didn't want to proceed in case I was taking the wrong approach.

@brendo / @nilshoerrmann do you think it's safe to append `event.stopPropagation();` to each callback for the duplicator and collapsable interfaces + backend.views.js I've fixed most of the duplicator collapsable issues...

Hmm.. is there a set of tests I could run somewhere to make sure I don't break anything then? (Can be manual testing) So far within the section editor I...

Makes sense - I'm going through trying to find which propagations were causing an issue for me. From there we can figure out the next steps.06

These two seem the main culprits: 1. [Collapse Collapsible](https://github.com/symphonycms/symphony-2/blob/master/symphony/assets/js/src/symphony.collapsible.js#L97) collapses the main drawer when trying to remove/destroy a sub drawer item. 2. [Expand Collapsable](https://github.com/symphonycms/symphony-2/blob/master/symphony/assets/js/src/backend.views.js#L421) when trying to create a new...

Will check if related but doing a stop propagation on both of those events gets it to work On 23 Jan 2015 19:48, "Nicolas Brassard" [email protected] wrote: > I'll keep...

> This is related to focus on select tags. Correct had a look at it basically it focuses on the first input field within the duplicator instance. Stopping propagation puts...

@nitriques & @brendo does it make sense to try move out `createFilteringDuplicator` from content.publish.php into Widgets? or would it best be it's own class? I think if we're making it...

Just Local. I will move this to Widgets and push the branch. Today was AFK most of the day so a bit behind but I'll try get it done later...