Re: Setting property on the element is no longer working on Firefox 45

2016-03-11 Thread Devan Shah
On Thursday, March 10, 2016 at 2:50:10 PM UTC-5, Kris Maglione wrote: > On Thu, Mar 10, 2016 at 10:44:24AM -0800, Devan Shah wrote: > >This happens in side extension only (works fine on web standalone), i will > >try to extract a simple reproducible scenario. > > > >Is there any way to simulate a

Re: Setting property on the element is no longer working on Firefox 45

2016-03-11 Thread Devan Shah
On Thursday, March 10, 2016 at 2:42:14 PM UTC-5, Ted Mielczarek wrote: > On Thu, Mar 10, 2016, at 01:23 PM, Devan Shah wrote: > > hello > > > > When I set a custom property such as element.listofSomething = [] and > > then build the list and add it back to the same element. Then this > > element i

Re: Setting property on the element is no longer working on Firefox 45

2016-03-10 Thread Kris Maglione
On Thu, Mar 10, 2016 at 10:44:24AM -0800, Devan Shah wrote: This happens in side extension only (works fine on web standalone), i will try to extract a simple reproducible scenario. Is there any way to simulate a extension env on web? If your problem is happening in an extension, then filing

Re: Setting property on the element is no longer working on Firefox 45

2016-03-10 Thread Ted Mielczarek
On Thu, Mar 10, 2016, at 01:23 PM, Devan Shah wrote: > hello > > When I set a custom property such as element.listofSomething = [] and > then build the list and add it back to the same element. Then this > element is passed to a function, now in that function I am no longer to > access this proper

Re: Setting property on the element is no longer working on Firefox 45

2016-03-10 Thread Josh Matthews
On 2016-03-10 1:44 PM, Devan Shah wrote: This happens in side extension only (works fine on web standalone), i will try to extract a simple reproducible scenario. Is there any way to simulate a extension env on web? Thanks I do not believe so. ___

Re: Setting property on the element is no longer working on Firefox 45

2016-03-10 Thread Emma Humphries
Devan, I did a quick search and it looks like you'd be a new bugzilla contributor, so thank you! These have not been edited in a while, but if you're looking for guidance on writing a bug https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines (nudge to the community, have a l

Re: Setting property on the element is no longer working on Firefox 45

2016-03-10 Thread Devan Shah
On Thursday, March 10, 2016 at 1:32:41 PM UTC-5, Josh Matthews wrote: > Hi Devan! This is an interesting bug report, but it's lacking some > useful information to help triage it. Does this problem occur in a web > page, or extension, or some other environment? Can you create a minimal > example

Re: Setting property on the element is no longer working on Firefox 45

2016-03-10 Thread Josh Matthews
Hi Devan! This is an interesting bug report, but it's lacking some useful information to help triage it. Does this problem occur in a web page, or extension, or some other environment? Can you create a minimal example of the issue that anyone else could use to reproduce the problem you're obser

Setting property on the element is no longer working on Firefox 45

2016-03-10 Thread Devan Shah
hello When I set a custom property such as element.listofSomething = [] and then build the list and add it back to the same element. Then this element is passed to a function, now in that function I am no longer to access this property that I added to the function. Was there any sort of chang