You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Taher Alkhateeb <sl...@gmail.com> on 2018/02/25 19:58:40 UTC

Lookup fields not working

Hi Folks,

I could be wrong, but it seems the lookup fields are not working due
to recent commits. The button to initiate the lookup popup window does
not even appear. Anyone else experiencing this?

Re: Lookup fields not working

Posted by Deepak Dixit <de...@hotwaxsystems.com>.
Thanks Taher,

So Michael issue may be different.


Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Feb 26, 2018 at 12:27 PM, Taher Alkhateeb <
slidingfilaments@gmail.com> wrote:

> Actually, scratch that. I think you are right and it is a js caching
> issue. So the browser simply did not yet cache the minified version
> and I had this weird behavior because of it.
>
> Browsers can really send you on a wild goose chase sometimes :) Thank
> you for the help.
>
> On Mon, Feb 26, 2018 at 9:53 AM, Deepak Dixit
> <de...@hotwaxsystems.com> wrote:
> > Yes, with minified,
> >
> >
> >
> > Thanks & Regards
> > --
> > Deepak Dixit
> > www.hotwaxsystems.com
> > www.hotwax.co
> >
> > On Mon, Feb 26, 2018 at 12:01 PM, Taher Alkhateeb <
> > slidingfilaments@gmail.com> wrote:
> >
> >> Hi Deepak,
> >>
> >> Do you mean testing with the minified or unminified version?
> >>
> >> On Feb 26, 2018 8:59 AM, "Deepak Dixit" <deepak.dixit@hotwaxsystems.com
> >
> >> wrote:
> >>
> >> Hi Taher
> >>
> >> I think its related to js caching, Could you please try with reload
> cached
> >> resource (Shift + refresh)
> >> It working find on demo instance,
> >> Let me know if its not working will debug it.
> >>
> >> Thanks & Regards
> >> --
> >> Deepak Dixit
> >> www.hotwaxsystems.com
> >> www.hotwax.co
> >>
> >> On Mon, Feb 26, 2018 at 3:11 AM, Taher Alkhateeb <
> >> slidingfilaments@gmail.com
> >> > wrote:
> >>
> >> > Yeah .. just tested using the un-minified version and that seems to
> >> resolve
> >> > part of the issue. I still get some weird alert popups
> >> >
> >> > On Feb 26, 2018 12:15 AM, "Michael Brohl" <mi...@ecomify.de>
> >> > wrote:
> >> >
> >> > > r1818648 might be related.
> >> > >
> >> > >
> >> > >
> >> > > Am 25.02.18 um 22:02 schrieb Michael Brohl:
> >> > >
> >> > >> We experienced this last week so the changes from this weekend
> cannot
> >> be
> >> > >> the cause (if it is the same effect).
> >> > >>
> >> > >>
> >> > >> Am 25.02.18 um 21:48 schrieb Taher Alkhateeb:
> >> > >>
> >> > >>> Yeah I am not sure, but it might be related to some work by
> Deepak in
> >> > >>> r1825211 and r1825210. I might be wrong so take it with a grain of
> >> > >>> salt.
> >> > >>>
> >> > >>> On Sun, Feb 25, 2018 at 11:39 PM, Michael Brohl
> >> > >>> <mi...@ecomify.de> wrote:
> >> > >>>
> >> > >>>> Hi Taher,
> >> > >>>>
> >> > >>>> yes, we experienced the same while working on our theme. Only the
> >> > lookup
> >> > >>>> buttons are affected, the calendar lookup buttons are displayed.
> >> > >>>>
> >> > >>>> Do you have a suggestion which commit caused this?
> >> > >>>>
> >> > >>>> Regards,
> >> > >>>>
> >> > >>>> Michael
> >> > >>>>
> >> > >>>>
> >> > >>>> Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
> >> > >>>>
> >> > >>>> Hi Folks,
> >> > >>>>>
> >> > >>>>> I could be wrong, but it seems the lookup fields are not working
> >> due
> >> > >>>>> to recent commits. The button to initiate the lookup popup
> window
> >> > does
> >> > >>>>> not even appear. Anyone else experiencing this?
> >> > >>>>>
> >> > >>>>
> >> > >>>>
> >> > >>>>
> >> > >>
> >> > >>
> >> > >
> >> > >
> >> >
> >>
>

Re: Lookup fields not working

Posted by Taher Alkhateeb <sl...@gmail.com>.
Actually, scratch that. I think you are right and it is a js caching
issue. So the browser simply did not yet cache the minified version
and I had this weird behavior because of it.

Browsers can really send you on a wild goose chase sometimes :) Thank
you for the help.

On Mon, Feb 26, 2018 at 9:53 AM, Deepak Dixit
<de...@hotwaxsystems.com> wrote:
> Yes, with minified,
>
>
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
>
> On Mon, Feb 26, 2018 at 12:01 PM, Taher Alkhateeb <
> slidingfilaments@gmail.com> wrote:
>
>> Hi Deepak,
>>
>> Do you mean testing with the minified or unminified version?
>>
>> On Feb 26, 2018 8:59 AM, "Deepak Dixit" <de...@hotwaxsystems.com>
>> wrote:
>>
>> Hi Taher
>>
>> I think its related to js caching, Could you please try with reload cached
>> resource (Shift + refresh)
>> It working find on demo instance,
>> Let me know if its not working will debug it.
>>
>> Thanks & Regards
>> --
>> Deepak Dixit
>> www.hotwaxsystems.com
>> www.hotwax.co
>>
>> On Mon, Feb 26, 2018 at 3:11 AM, Taher Alkhateeb <
>> slidingfilaments@gmail.com
>> > wrote:
>>
>> > Yeah .. just tested using the un-minified version and that seems to
>> resolve
>> > part of the issue. I still get some weird alert popups
>> >
>> > On Feb 26, 2018 12:15 AM, "Michael Brohl" <mi...@ecomify.de>
>> > wrote:
>> >
>> > > r1818648 might be related.
>> > >
>> > >
>> > >
>> > > Am 25.02.18 um 22:02 schrieb Michael Brohl:
>> > >
>> > >> We experienced this last week so the changes from this weekend cannot
>> be
>> > >> the cause (if it is the same effect).
>> > >>
>> > >>
>> > >> Am 25.02.18 um 21:48 schrieb Taher Alkhateeb:
>> > >>
>> > >>> Yeah I am not sure, but it might be related to some work by Deepak in
>> > >>> r1825211 and r1825210. I might be wrong so take it with a grain of
>> > >>> salt.
>> > >>>
>> > >>> On Sun, Feb 25, 2018 at 11:39 PM, Michael Brohl
>> > >>> <mi...@ecomify.de> wrote:
>> > >>>
>> > >>>> Hi Taher,
>> > >>>>
>> > >>>> yes, we experienced the same while working on our theme. Only the
>> > lookup
>> > >>>> buttons are affected, the calendar lookup buttons are displayed.
>> > >>>>
>> > >>>> Do you have a suggestion which commit caused this?
>> > >>>>
>> > >>>> Regards,
>> > >>>>
>> > >>>> Michael
>> > >>>>
>> > >>>>
>> > >>>> Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
>> > >>>>
>> > >>>> Hi Folks,
>> > >>>>>
>> > >>>>> I could be wrong, but it seems the lookup fields are not working
>> due
>> > >>>>> to recent commits. The button to initiate the lookup popup window
>> > does
>> > >>>>> not even appear. Anyone else experiencing this?
>> > >>>>>
>> > >>>>
>> > >>>>
>> > >>>>
>> > >>
>> > >>
>> > >
>> > >
>> >
>>

Re: Lookup fields not working

Posted by Deepak Dixit <de...@hotwaxsystems.com>.
Yes, with minified,



Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Feb 26, 2018 at 12:01 PM, Taher Alkhateeb <
slidingfilaments@gmail.com> wrote:

> Hi Deepak,
>
> Do you mean testing with the minified or unminified version?
>
> On Feb 26, 2018 8:59 AM, "Deepak Dixit" <de...@hotwaxsystems.com>
> wrote:
>
> Hi Taher
>
> I think its related to js caching, Could you please try with reload cached
> resource (Shift + refresh)
> It working find on demo instance,
> Let me know if its not working will debug it.
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
>
> On Mon, Feb 26, 2018 at 3:11 AM, Taher Alkhateeb <
> slidingfilaments@gmail.com
> > wrote:
>
> > Yeah .. just tested using the un-minified version and that seems to
> resolve
> > part of the issue. I still get some weird alert popups
> >
> > On Feb 26, 2018 12:15 AM, "Michael Brohl" <mi...@ecomify.de>
> > wrote:
> >
> > > r1818648 might be related.
> > >
> > >
> > >
> > > Am 25.02.18 um 22:02 schrieb Michael Brohl:
> > >
> > >> We experienced this last week so the changes from this weekend cannot
> be
> > >> the cause (if it is the same effect).
> > >>
> > >>
> > >> Am 25.02.18 um 21:48 schrieb Taher Alkhateeb:
> > >>
> > >>> Yeah I am not sure, but it might be related to some work by Deepak in
> > >>> r1825211 and r1825210. I might be wrong so take it with a grain of
> > >>> salt.
> > >>>
> > >>> On Sun, Feb 25, 2018 at 11:39 PM, Michael Brohl
> > >>> <mi...@ecomify.de> wrote:
> > >>>
> > >>>> Hi Taher,
> > >>>>
> > >>>> yes, we experienced the same while working on our theme. Only the
> > lookup
> > >>>> buttons are affected, the calendar lookup buttons are displayed.
> > >>>>
> > >>>> Do you have a suggestion which commit caused this?
> > >>>>
> > >>>> Regards,
> > >>>>
> > >>>> Michael
> > >>>>
> > >>>>
> > >>>> Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
> > >>>>
> > >>>> Hi Folks,
> > >>>>>
> > >>>>> I could be wrong, but it seems the lookup fields are not working
> due
> > >>>>> to recent commits. The button to initiate the lookup popup window
> > does
> > >>>>> not even appear. Anyone else experiencing this?
> > >>>>>
> > >>>>
> > >>>>
> > >>>>
> > >>
> > >>
> > >
> > >
> >
>

Re: Lookup fields not working

Posted by Taher Alkhateeb <sl...@gmail.com>.
Hi Deepak,

Do you mean testing with the minified or unminified version?

On Feb 26, 2018 8:59 AM, "Deepak Dixit" <de...@hotwaxsystems.com>
wrote:

Hi Taher

I think its related to js caching, Could you please try with reload cached
resource (Shift + refresh)
It working find on demo instance,
Let me know if its not working will debug it.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Feb 26, 2018 at 3:11 AM, Taher Alkhateeb <slidingfilaments@gmail.com
> wrote:

> Yeah .. just tested using the un-minified version and that seems to
resolve
> part of the issue. I still get some weird alert popups
>
> On Feb 26, 2018 12:15 AM, "Michael Brohl" <mi...@ecomify.de>
> wrote:
>
> > r1818648 might be related.
> >
> >
> >
> > Am 25.02.18 um 22:02 schrieb Michael Brohl:
> >
> >> We experienced this last week so the changes from this weekend cannot
be
> >> the cause (if it is the same effect).
> >>
> >>
> >> Am 25.02.18 um 21:48 schrieb Taher Alkhateeb:
> >>
> >>> Yeah I am not sure, but it might be related to some work by Deepak in
> >>> r1825211 and r1825210. I might be wrong so take it with a grain of
> >>> salt.
> >>>
> >>> On Sun, Feb 25, 2018 at 11:39 PM, Michael Brohl
> >>> <mi...@ecomify.de> wrote:
> >>>
> >>>> Hi Taher,
> >>>>
> >>>> yes, we experienced the same while working on our theme. Only the
> lookup
> >>>> buttons are affected, the calendar lookup buttons are displayed.
> >>>>
> >>>> Do you have a suggestion which commit caused this?
> >>>>
> >>>> Regards,
> >>>>
> >>>> Michael
> >>>>
> >>>>
> >>>> Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
> >>>>
> >>>> Hi Folks,
> >>>>>
> >>>>> I could be wrong, but it seems the lookup fields are not working due
> >>>>> to recent commits. The button to initiate the lookup popup window
> does
> >>>>> not even appear. Anyone else experiencing this?
> >>>>>
> >>>>
> >>>>
> >>>>
> >>
> >>
> >
> >
>

Re: Lookup fields not working

Posted by Deepak Dixit <de...@hotwaxsystems.com>.
Hi Taher

I think its related to js caching, Could you please try with reload cached
resource (Shift + refresh)
It working find on demo instance,
Let me know if its not working will debug it.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Mon, Feb 26, 2018 at 3:11 AM, Taher Alkhateeb <slidingfilaments@gmail.com
> wrote:

> Yeah .. just tested using the un-minified version and that seems to resolve
> part of the issue. I still get some weird alert popups
>
> On Feb 26, 2018 12:15 AM, "Michael Brohl" <mi...@ecomify.de>
> wrote:
>
> > r1818648 might be related.
> >
> >
> >
> > Am 25.02.18 um 22:02 schrieb Michael Brohl:
> >
> >> We experienced this last week so the changes from this weekend cannot be
> >> the cause (if it is the same effect).
> >>
> >>
> >> Am 25.02.18 um 21:48 schrieb Taher Alkhateeb:
> >>
> >>> Yeah I am not sure, but it might be related to some work by Deepak in
> >>> r1825211 and r1825210. I might be wrong so take it with a grain of
> >>> salt.
> >>>
> >>> On Sun, Feb 25, 2018 at 11:39 PM, Michael Brohl
> >>> <mi...@ecomify.de> wrote:
> >>>
> >>>> Hi Taher,
> >>>>
> >>>> yes, we experienced the same while working on our theme. Only the
> lookup
> >>>> buttons are affected, the calendar lookup buttons are displayed.
> >>>>
> >>>> Do you have a suggestion which commit caused this?
> >>>>
> >>>> Regards,
> >>>>
> >>>> Michael
> >>>>
> >>>>
> >>>> Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
> >>>>
> >>>> Hi Folks,
> >>>>>
> >>>>> I could be wrong, but it seems the lookup fields are not working due
> >>>>> to recent commits. The button to initiate the lookup popup window
> does
> >>>>> not even appear. Anyone else experiencing this?
> >>>>>
> >>>>
> >>>>
> >>>>
> >>
> >>
> >
> >
>

Re: Lookup fields not working

Posted by Taher Alkhateeb <sl...@gmail.com>.
Yeah .. just tested using the un-minified version and that seems to resolve
part of the issue. I still get some weird alert popups

On Feb 26, 2018 12:15 AM, "Michael Brohl" <mi...@ecomify.de> wrote:

> r1818648 might be related.
>
>
>
> Am 25.02.18 um 22:02 schrieb Michael Brohl:
>
>> We experienced this last week so the changes from this weekend cannot be
>> the cause (if it is the same effect).
>>
>>
>> Am 25.02.18 um 21:48 schrieb Taher Alkhateeb:
>>
>>> Yeah I am not sure, but it might be related to some work by Deepak in
>>> r1825211 and r1825210. I might be wrong so take it with a grain of
>>> salt.
>>>
>>> On Sun, Feb 25, 2018 at 11:39 PM, Michael Brohl
>>> <mi...@ecomify.de> wrote:
>>>
>>>> Hi Taher,
>>>>
>>>> yes, we experienced the same while working on our theme. Only the lookup
>>>> buttons are affected, the calendar lookup buttons are displayed.
>>>>
>>>> Do you have a suggestion which commit caused this?
>>>>
>>>> Regards,
>>>>
>>>> Michael
>>>>
>>>>
>>>> Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
>>>>
>>>> Hi Folks,
>>>>>
>>>>> I could be wrong, but it seems the lookup fields are not working due
>>>>> to recent commits. The button to initiate the lookup popup window does
>>>>> not even appear. Anyone else experiencing this?
>>>>>
>>>>
>>>>
>>>>
>>
>>
>
>

Re: Lookup fields not working

Posted by Michael Brohl <mi...@ecomify.de>.
r1818648 might be related.



Am 25.02.18 um 22:02 schrieb Michael Brohl:
> We experienced this last week so the changes from this weekend cannot 
> be the cause (if it is the same effect).
>
>
> Am 25.02.18 um 21:48 schrieb Taher Alkhateeb:
>> Yeah I am not sure, but it might be related to some work by Deepak in
>> r1825211 and r1825210. I might be wrong so take it with a grain of
>> salt.
>>
>> On Sun, Feb 25, 2018 at 11:39 PM, Michael Brohl
>> <mi...@ecomify.de> wrote:
>>> Hi Taher,
>>>
>>> yes, we experienced the same while working on our theme. Only the 
>>> lookup
>>> buttons are affected, the calendar lookup buttons are displayed.
>>>
>>> Do you have a suggestion which commit caused this?
>>>
>>> Regards,
>>>
>>> Michael
>>>
>>>
>>> Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
>>>
>>>> Hi Folks,
>>>>
>>>> I could be wrong, but it seems the lookup fields are not working due
>>>> to recent commits. The button to initiate the lookup popup window does
>>>> not even appear. Anyone else experiencing this?
>>>
>>>
>
>



Re: Lookup fields not working

Posted by Michael Brohl <mi...@ecomify.de>.
We experienced this last week so the changes from this weekend cannot be 
the cause (if it is the same effect).


Am 25.02.18 um 21:48 schrieb Taher Alkhateeb:
> Yeah I am not sure, but it might be related to some work by Deepak in
> r1825211 and r1825210. I might be wrong so take it with a grain of
> salt.
>
> On Sun, Feb 25, 2018 at 11:39 PM, Michael Brohl
> <mi...@ecomify.de> wrote:
>> Hi Taher,
>>
>> yes, we experienced the same while working on our theme. Only the lookup
>> buttons are affected, the calendar lookup buttons are displayed.
>>
>> Do you have a suggestion which commit caused this?
>>
>> Regards,
>>
>> Michael
>>
>>
>> Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
>>
>>> Hi Folks,
>>>
>>> I could be wrong, but it seems the lookup fields are not working due
>>> to recent commits. The button to initiate the lookup popup window does
>>> not even appear. Anyone else experiencing this?
>>
>>



Re: Lookup fields not working

Posted by Taher Alkhateeb <sl...@gmail.com>.
Yeah I am not sure, but it might be related to some work by Deepak in
r1825211 and r1825210. I might be wrong so take it with a grain of
salt.

On Sun, Feb 25, 2018 at 11:39 PM, Michael Brohl
<mi...@ecomify.de> wrote:
> Hi Taher,
>
> yes, we experienced the same while working on our theme. Only the lookup
> buttons are affected, the calendar lookup buttons are displayed.
>
> Do you have a suggestion which commit caused this?
>
> Regards,
>
> Michael
>
>
> Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
>
>> Hi Folks,
>>
>> I could be wrong, but it seems the lookup fields are not working due
>> to recent commits. The button to initiate the lookup popup window does
>> not even appear. Anyone else experiencing this?
>
>
>

Re: Lookup fields not working

Posted by Michael Brohl <mi...@ecomify.de>.
Hi Taher,

yes, we experienced the same while working on our theme. Only the lookup 
buttons are affected, the calendar lookup buttons are displayed.

Do you have a suggestion which commit caused this?

Regards,

Michael


Am 25.02.18 um 20:58 schrieb Taher Alkhateeb:
> Hi Folks,
>
> I could be wrong, but it seems the lookup fields are not working due
> to recent commits. The button to initiate the lookup popup window does
> not even appear. Anyone else experiencing this?