Thread overview | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
April 22, 2013 Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
We have a bit of trouble with the Twitter widget on Chrome, at http://dconf.org/talks/lucarella.html. The widget is chopped at the bottom. Is there a simple fix for this? Thanks, Andrei |
April 22, 2013 Re: Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Mon, 22 Apr 2013 11:57:35 -0400, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote: > We have a bit of trouble with the Twitter widget on Chrome, at http://dconf.org/talks/lucarella.html. The widget is chopped at the bottom. > > Is there a simple fix for this? Firefox :) Sorry, couldn't help. -Steve |
April 22, 2013 Re: Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Schveighoffer | On 4/22/13 12:02 PM, Steven Schveighoffer wrote:
> On Mon, 22 Apr 2013 11:57:35 -0400, Andrei Alexandrescu
> <SeeWebsiteForEmail@erdani.org> wrote:
>
>> We have a bit of trouble with the Twitter widget on Chrome, at
>> http://dconf.org/talks/lucarella.html. The widget is chopped at the
>> bottom.
>>
>> Is there a simple fix for this?
>
> Firefox
>
> :)
>
> Sorry, couldn't help.
Unfortunately the joke's ironic as FF has its own share of problems in displaying that page.
Andrei
|
April 22, 2013 Re: Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Monday, 22 April 2013 at 15:57:28 UTC, Andrei Alexandrescu wrote: > We have a bit of trouble with the Twitter widget on Chrome, at http://dconf.org/talks/lucarella.html. The widget is chopped at the bottom. > > Is there a simple fix for this? > > > Thanks, > > Andrei A more serious issue is that the speakers page is chopped in Firefox: http://dconf.org/speakers/index.html It lists only until Dmitry Olshansky. No wonder, as it has a fixed size in pixels. |
April 22, 2013 Re: Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mr. Anonymous | On Mon, 22 Apr 2013 12:50:50 -0400, Mr. Anonymous <mailnew4ster@gmail.com> wrote:
> A more serious issue is that the speakers page is chopped in Firefox:
> http://dconf.org/speakers/index.html
>
> It lists only until Dmitry Olshansky.
>
> No wonder, as it has a fixed size in pixels.
I don't see that problem in firefox, or opera
-Steve
|
April 22, 2013 Re: Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Mon, 22 Apr 2013 12:17:13 -0400, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote: > Unfortunately the joke's ironic as FF has its own share of problems in displaying that page. Seems correct to me under opera or firefox. But I guess if there is an omitted portion, I wouldn't know :) -Steve |
April 22, 2013 Re: Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Schveighoffer | On Monday, 22 April 2013 at 17:11:49 UTC, Steven Schveighoffer wrote:
> On Mon, 22 Apr 2013 12:50:50 -0400, Mr. Anonymous <mailnew4ster@gmail.com> wrote:
>
>> A more serious issue is that the speakers page is chopped in Firefox:
>> http://dconf.org/speakers/index.html
>>
>> It lists only until Dmitry Olshansky.
>>
>> No wonder, as it has a fixed size in pixels.
>
> I don't see that problem in firefox, or opera
>
> -Steve
I did a refresh, and it works now.
Cache, I guess.
Sorry for the false alert.
|
April 22, 2013 Re: Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Mr. Anonymous |
On 22.04.2013 19:19, Mr. Anonymous wrote:
> On Monday, 22 April 2013 at 17:11:49 UTC, Steven Schveighoffer wrote:
>> On Mon, 22 Apr 2013 12:50:50 -0400, Mr. Anonymous
>> <mailnew4ster@gmail.com> wrote:
>>
>>> A more serious issue is that the speakers page is chopped in Firefox:
>>> http://dconf.org/speakers/index.html
>>>
>>> It lists only until Dmitry Olshansky.
>>>
>>> No wonder, as it has a fixed size in pixels.
>>
>> I don't see that problem in firefox, or opera
>>
>> -Steve
>
> I did a refresh, and it works now.
> Cache, I guess.
>
> Sorry for the false alert.
The problem is not with the cache. If you press Ctrl+F5 the page is cut short again.
I think the height of the page is determined after a short time, but depending on the speed of the download, the pictures might not yet be loaded completely, so the layout figures out a height that is too small when all pictures are loaded.
It might have to do with some broken html that the source viewer shows inside FF, the first is "<span class="sp">Sponsors</sp>"
|
April 23, 2013 Re: Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On 2013-04-22 17:57, Andrei Alexandrescu wrote: > We have a bit of trouble with the Twitter widget on Chrome, at > http://dconf.org/talks/lucarella.html. The widget is chopped at the bottom. > > Is there a simple fix for this? There's something weird going on here. All browsers on Mac OS X has this problem (FF, Safari and Chrome). It only happens when I do a "hard" reload, that is, don't use anything from the local cache. The following things happens when I do a hard reload: * The HTML classes "page_left", "divider_v" and "page_right" has the CSS style property "height" set to "637px" * I get the following JavaScript error: "NetworkError: 503 Service Unavailable - http://search.twitter.com/search.json?q=%23dconf%20OR%20from%3AD_programming%20OR%20%40D_programming&include_rts=true&callback=TWTR.Widget.receiveCallback_1&rpp=20&clientsource=TWITTERINC_WIDGET&result_type=mixed&1366729612406= (That is not the full URL) * JavaScript error: "TypeError: that.decay is not a function". Most likely due to the error above If I then do a normal reload I don't get any JavaScript errors and the HTML classes above have their height set to "703px". This is easy to see in any web browser using its built in developer tools. Just right click anywhere on the page and choose "Inspect element". Then choose the "Console" tab. -- /Jacob Carlborg |
April 23, 2013 Re: Twitter widget cut on dconf.org on Chrome/OSX | ||||
---|---|---|---|---|
| ||||
Posted in reply to Steven Schveighoffer | On Monday, 22 April 2013 at 17:11:49 UTC, Steven Schveighoffer wrote:
> On Mon, 22 Apr 2013 12:50:50 -0400, Mr. Anonymous <mailnew4ster@gmail.com> wrote:
>
>> A more serious issue is that the speakers page is chopped in Firefox:
>> http://dconf.org/speakers/index.html
>>
>> It lists only until Dmitry Olshansky.
>>
>> No wonder, as it has a fixed size in pixels.
>
> I don't see that problem in firefox, or opera
>
> -Steve
The problem is subtle, a javascript is bugguy and set a wrong height. I already reported that one a while ago xD
|
Copyright © 1999-2021 by the D Language Foundation