I can reproduce that problem now and created issue 
6778<http://code.google.com/p/fbug/issues/detail?id=6778>for it. Thanks for 
your test case!

Sebastian

On Friday, September 13, 2013 12:15:46 PM UTC+2, Shlomi Sasson wrote:
>
> Ok, got you.  Thank you vert much for you help!
> On Sep 13, 2013 12:31 PM, "Sebastian Zartner" 
> <[email protected]<javascript:>> 
> wrote:
>
>> I can't access the site at all, but this may be due to the proxy settings 
>> at work.
>> I'll try again when I'm at home.
>>
>> Sebastian
>>
>> On Friday, September 13, 2013 10:20:51 AM UTC+2, Shlomi Sasson wrote:
>>>
>>> y
>>> ou cannot see 
>>> http://www.shlomi.info/**firebug/<http://www.shlomi.info/firebug/> at 
>>> all or just the right iFrame in at the page?
>>>
>>> __
>>>
>>> Cheers,
>>> Shlomi Sasson
>>>
>>>
>>> (+972) 52-444-0986 || [email protected] || 
>>> Skype<http://myskype.info/shlomi.sasson1>
>>>  |**| LinkedIn <http://linkedin.com/in/shlomisasson> || 
>>> Site<http://shlomi.info/i>
>>> ______________________________**_______
>>>
>>> *
>>> *
>>>
>>> *"Our system is much better.."*
>>>
>>> *-- Steve Jobs*
>>>
>>> *
>>> *
>>>
>>> *"You don't get it? It's doesn't matter, ours is selling.."*
>>>
>>> *-- Bill Gates*
>>>
>>> *
>>> *
>>>
>>> *netstat -ntpl*
>>>
>>>
>>> On Fri, Sep 13, 2013 at 11:09 AM, Sebastian Zartner <
>>> [email protected]> wrote:
>>>
>>>> Sorry for not replying earlier. At my current PC I can't access 
>>>> http://www.shlomi.info/**firebug/ <http://www.shlomi.info/firebug/>.
>>>> @Honza: Could you try out the test case? Otherwise I'll investigate 
>>>> that later.
>>>>
>>>> Sebastian
>>>>
>>>>
>>>> On Thursday, September 12, 2013 6:16:57 PM UTC+2, Shlomi Sasson wrote:
>>>>
>>>>> Hey, any news about that? thanks..
>>>>>
>>>>> On Monday, September 9, 2013 4:22:37 PM UTC+3, Shlomi Sasson wrote:
>>>>>
>>>>>> Sure, here it is: 
>>>>>> http://shlomi.info/**firebug**/<http://shlomi.info/firebug/>
>>>>>>  
>>>>>> Just do-not forget to create a hosts record in your computer for the 
>>>>>> different domain (that actually makes the XDM issue): 
>>>>>>
>>>>>> 50.56.237.127 another-domain.com
>>>>>>
>>>>>> Thanks you very much!
>>>>>>
>>>>>> __
>>>>>>
>>>>>> Cheers,
>>>>>> Shlomi Sasson
>>>>>>
>>>>>>
>>>>>> (+972) 52-444-0986 || [email protected] || 
>>>>>> Skype<http://myskype.info/shlomi.sasson1>
>>>>>>  |****| LinkedIn <http://linkedin.com/in/shlomisasson> || 
>>>>>> Site<http://shlomi.info/i>
>>>>>>  ______________________________****_______
>>>>>>
>>>>>> *
>>>>>> *
>>>>>>
>>>>>> *"Our system is much better.."*
>>>>>>
>>>>>> *-- Steve Jobs*
>>>>>>
>>>>>> *
>>>>>> *
>>>>>>
>>>>>> *"You don't get it? It's doesn't matter, ours is selling.."*
>>>>>>
>>>>>> *-- Bill Gates*
>>>>>>
>>>>>> *
>>>>>> *
>>>>>>
>>>>>> *netstat -ntpl*
>>>>>>
>>>>>>
>>>>>> On Mon, Sep 9, 2013 at 1:59 PM, Sebastian Zartner <
>>>>>> [email protected]> wrote:
>>>>>>
>>>>>>> Thanks for the investigation. So this sounds related to issue 
>>>>>>> 6198<http://code.google.com/p/fbug/issues/detail?id=6198>. 
>>>>>>> Would it be possible that you upload your files somewhere, so we can 
>>>>>>> use it 
>>>>>>> as test case for it?
>>>>>>>
>>>>>>> Sebastian
>>>>>>>
>>>>>>>
>>>>>>> On Monday, September 9, 2013 8:19:39 AM UTC+2, Shlomi Sasson wrote:
>>>>>>>
>>>>>>>> Sorry, now attached the html files
>>>>>>>>
>>>>>>>> __
>>>>>>>>
>>>>>>>> Cheers,
>>>>>>>> Shlomi Sasson
>>>>>>>>
>>>>>>>>
>>>>>>>> (+972) 52-444-0986 || [email protected] || 
>>>>>>>> Skype<http://myskype.info/shlomi.sasson1>
>>>>>>>>  |******| LinkedIn <http://linkedin.com/in/shlomisasson> || 
>>>>>>>> Site<http://shlomi.info/i>
>>>>>>>>  ______________________________******_______
>>>>>>>>
>>>>>>>> *
>>>>>>>> *
>>>>>>>>
>>>>>>>> *"Our system is much better.."*
>>>>>>>>
>>>>>>>> *-- Steve Jobs*
>>>>>>>>
>>>>>>>> *
>>>>>>>> *
>>>>>>>>
>>>>>>>> *"You don't get it? It's doesn't matter, ours is selling.."*
>>>>>>>>
>>>>>>>> *-- Bill Gates*
>>>>>>>>
>>>>>>>> *
>>>>>>>> *
>>>>>>>>
>>>>>>>> *netstat -ntpl*
>>>>>>>>
>>>>>>>>
>>>>>>>> On Mon, Sep 9, 2013 at 9:14 AM, Shlomi Sasson <[email protected]>wrote:
>>>>>>>>
>>>>>>>>> You're right but after digging deeper i found that it's not the 
>>>>>>>>> issue but something else..
>>>>>>>>>
>>>>>>>>> I found that the problem occur since the app i'm developing is a 
>>>>>>>>> located into a cross-domain (aka: xdm) iFrame that located into a 
>>>>>>>>> web-page, 
>>>>>>>>> in this case all messages i print via console.log (e.g.) form the 
>>>>>>>>> webpage 
>>>>>>>>> itself are printed-out to the Firebug's console BUT all messages i'm 
>>>>>>>>> printing from within the iFrame ARE NOT appear on the Firebug's 
>>>>>>>>> console but 
>>>>>>>>> only on Firefox's console (screen-shot below), see the attached html 
>>>>>>>>> files, 
>>>>>>>>> index.html is load 2 iFrames, 1 in the same domain of index.html 
>>>>>>>>> (test-non-xdm.html) and the second (test-xdm.html) from "
>>>>>>>>> another-domain.com" (a fake domain i pointed to the same v-host 
>>>>>>>>> on my local machine). you can see that all console.log from 
>>>>>>>>> index.html and 
>>>>>>>>> test-non-xdm.html are goes to Firebug's console BUT the console.log 
>>>>>>>>> from 
>>>>>>>>> within test-xdm.html is printed-out to Firefox's console ONLY. 
>>>>>>>>>
>>>>>>>>> See this screen-shot of how it ran on my computer:
>>>>>>>>>
>>>>>>>>> [image: Inline image 3]
>>>>>>>>>
>>>>>>>>> I know it's kind of an edge-case but i remind you the issue hasn't 
>>>>>>>>> occurred before (on previous versions on Firebug's) so i assume it's 
>>>>>>>>> kind 
>>>>>>>>> of regression bug (etc.) that i hope the (great) Firebug's team will 
>>>>>>>>> solve 
>>>>>>>>> - for me and for others that implement 3rd party JS apps..
>>>>>>>>>
>>>>>>>>> thanks..
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> __
>>>>>>>>>
>>>>>>>>> Cheers,
>>>>>>>>> Shlomi Sasson
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> (+972) 52-444-0986 || [email protected] || 
>>>>>>>>> Skype<http://myskype.info/shlomi.sasson1>
>>>>>>>>>  |******| LinkedIn <http://linkedin.com/in/shlomisasson> || 
>>>>>>>>> Site<http://shlomi.info/i>
>>>>>>>>>  ______________________________******_______
>>>>>>>>>
>>>>>>>>> *
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> *"Our system is much better.."*
>>>>>>>>>
>>>>>>>>> *-- Steve Jobs*
>>>>>>>>>
>>>>>>>>> *
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> *"You don't get it? It's doesn't matter, ours is selling.."*
>>>>>>>>>
>>>>>>>>> *-- Bill Gates*
>>>>>>>>>
>>>>>>>>> *
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> *netstat -ntpl*
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Sun, Sep 8, 2013 at 11:06 PM, Sebastian Zartner <
>>>>>>>>> [email protected]> wrote:
>>>>>>>>>
>>>>>>>>>> The errors you see in Chrome are warnings in Firefox 23.0.1. So 
>>>>>>>>>> all you have to do is to check the option *Show JavaScript 
>>>>>>>>>> Warnings*.
>>>>>>>>>>
>>>>>>>>>> Sebastian
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Sunday, September 8, 2013 8:27:49 AM UTC+2, Shlomi Sasson 
>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Deactivated all but the issue still occur, no message except 
>>>>>>>>>>> HTTP requests is appear but on Chrome all are appear.
>>>>>>>>>>>
>>>>>>>>>>> For example: http://www.jdwilliams.co.uk/**sh******
>>>>>>>>>>> op/joanna-hope-sequin-dress-**an******d-bolero/sz265/product/**
>>>>>>>>>>> details******/show.action?pdBoUid=**7922<http://www.jdwilliams.co.uk/shop/joanna-hope-sequin-dress-and-bolero/sz265/product/details/show.action?pdBoUid=7922>
>>>>>>>>>>>
>>>>>>>>>>> here is Firefox Console screenshot:
>>>>>>>>>>>
>>>>>>>>>>> [image: Inline image 4]
>>>>>>>>>>>
>>>>>>>>>>> And here is Chrome console screenshot:
>>>>>>>>>>>
>>>>>>>>>>> [image: Inline image 2]
>>>>>>>>>>>
>>>>>>>>>>>  -- 
>>>>>>>>>> You received this message because you are subscribed to a topic 
>>>>>>>>>> in the Google Groups "Firebug" group.
>>>>>>>>>> To unsubscribe from this topic, visit 
>>>>>>>>>> https://groups.google.com/d/**to****pic/firebug/TYQtOEbX7to/**
>>>>>>>>>> unsubs****cribe<https://groups.google.com/d/topic/firebug/TYQtOEbX7to/unsubscribe>
>>>>>>>>>> .
>>>>>>>>>>  To unsubscribe from this group and all its topics, send an email 
>>>>>>>>>> to firebug+u...@**googlegroups.com.
>>>>>>>>>> To post to this group, send email to [email protected].
>>>>>>>>>>
>>>>>>>>>> Visit this group at 
>>>>>>>>>> http://groups.google.com/**group****/firebug<http://groups.google.com/group/firebug>
>>>>>>>>>> .
>>>>>>>>>> To view this discussion on the web visit 
>>>>>>>>>> https://groups.google.com/d/**ms****gid/firebug/bbfda035-1e99-**
>>>>>>>>>> 4430****-9f40-a1be2d2368f3%**40googlegro****ups.com<https://groups.google.com/d/msgid/firebug/bbfda035-1e99-4430-9f40-a1be2d2368f3%40googlegroups.com>
>>>>>>>>>> .
>>>>>>>>>>
>>>>>>>>>> For more options, visit https://groups.google.com/**grou****
>>>>>>>>>> ps/opt_out <https://groups.google.com/groups/opt_out>.
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>  -- 
>>>>>>> You received this message because you are subscribed to a topic in 
>>>>>>> the Google Groups "Firebug" group.
>>>>>>> To unsubscribe from this topic, visit https://groups.google.com/d/**
>>>>>>> to**pic/firebug/TYQtOEbX7to/**unsubs**cribe<https://groups.google.com/d/topic/firebug/TYQtOEbX7to/unsubscribe>
>>>>>>> .
>>>>>>> To unsubscribe from this group and all its topics, send an email to 
>>>>>>> firebug+u...@**googlegroups.com.
>>>>>>> To post to this group, send email to [email protected].
>>>>>>> Visit this group at 
>>>>>>> http://groups.google.com/**group**/firebug<http://groups.google.com/group/firebug>
>>>>>>> .
>>>>>>> To view this discussion on the web visit 
>>>>>>> https://groups.google.com/d/**ms**gid/firebug/92b330b3-698c-**45ee**
>>>>>>> -babd-f34ba37c5af1%**40googlegro**ups.com<https://groups.google.com/d/msgid/firebug/92b330b3-698c-45ee-babd-f34ba37c5af1%40googlegroups.com>
>>>>>>> .
>>>>>>>
>>>>>>> For more options, visit 
>>>>>>> https://groups.google.com/**grou**ps/opt_out<https://groups.google.com/groups/opt_out>
>>>>>>> .
>>>>>>>
>>>>>>
>>>>>>  -- 
>>>> You received this message because you are subscribed to a topic in the 
>>>> Google Groups "Firebug" group.
>>>> To unsubscribe from this topic, visit https://groups.google.com/d/**
>>>> topic/firebug/TYQtOEbX7to/**unsubscribe<https://groups.google.com/d/topic/firebug/TYQtOEbX7to/unsubscribe>
>>>> .
>>>> To unsubscribe from this group and all its topics, send an email to 
>>>> firebug+u...@**googlegroups.com.
>>>> To post to this group, send email to [email protected].
>>>> Visit this group at 
>>>> http://groups.google.com/**group/firebug<http://groups.google.com/group/firebug>
>>>> .
>>>> To view this discussion on the web visit https://groups.google.com/d/**
>>>> msgid/firebug/7ba6b63a-8f55-**490e-b211-35416ed17049%**
>>>> 40googlegroups.com<https://groups.google.com/d/msgid/firebug/7ba6b63a-8f55-490e-b211-35416ed17049%40googlegroups.com>
>>>> .
>>>>
>>>> For more options, visit 
>>>> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out>
>>>> .
>>>>
>>>
>>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Firebug" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/firebug/TYQtOEbX7to/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> [email protected] <javascript:>.
>> To post to this group, send email to [email protected]<javascript:>
>> .
>> Visit this group at http://groups.google.com/group/firebug.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/firebug/8b8bf72e-78aa-4a88-b1fa-f21563635319%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/9ff3263b-7b5f-4b4d-abbb-59b14c032c90%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to