RE: Rendering problem of BP doc on GH

This was a bug in Respec, whose patch actually made things worse:
https://github.com/w3c/respec/issues/1113

This should now be fixed, although this may require a hard refresh. Everything now works for me, but if you still notice a problem, please re-open the issue above to let Marcos (ReSpec maintainer) know about it!

Francois.


> -----Original Message-----
> From: andrea.perego@ec.europa.eu [mailto:andrea.perego@ec.europa.eu]
> Sent: Wednesday, March 1, 2017 12:13 PM
> To: l.vandenbrink@geonovum.nl; public-sdw-wg@w3.org
> Cc: phila@w3.org
> Subject: RE: Rendering problem of BP doc on GH
> 
> Hi, Linda.
> 
> Refreshing doesn't work for me, using FF and Chrome.
> 
> BTW, a quick and dirty fix is to add the following snippet just before closing
> the SCRIPT tag:
> 
>     $(document).ready( function() {
>       $('body').removeAttr('hidden');
>     });
> 
> This is what I'm using in my sdw fork.
> 
> Andrea
> 
> ----
> Andrea Perego, Ph.D.
> Scientific / Technical Project Officer
> European Commission DG JRC
> Directorate B - Growth and Innovation
> Unit B6 - Digital Economy
> Via E. Fermi, 2749 - TP 262
> 21027 Ispra VA, Italy
> 
> https://ec.europa.eu/jrc/
> 
> ----
> The views expressed are purely those of the writer and may
> not in any circumstances be regarded as stating an official
> position of the European Commission.
> 
> 
> ________________________________________
> From: Linda van den Brink [l.vandenbrink@geonovum.nl]
> Sent: 01 March 2017 11:59
> To: PEREGO Andrea (JRC-ISPRA); public-sdw-wg@w3.org
> Cc: phila@w3.org
> Subject: RE: Rendering problem of BP doc on GH
> 
> I noticed the same thing (using Opera). However, if I refresh once, the
> document appears...
> 
> -----Oorspronkelijk bericht-----
> Van: andrea.perego@ec.europa.eu [mailto:andrea.perego@ec.europa.eu]
> Verzonden: woensdag 1 maart 2017 10:40
> Aan: public-sdw-wg@w3.org
> CC: phila@w3.org
> Onderwerp: Rendering problem of BP doc on GH
> 
> Dears,
> 
> I don't know if it's just a problem of my browser(s), but trying to open the BP
> doc from GH I get a blank page:
> 
> http://w3c.github.io/sdw/bp/
> 
> The content is there, but just hidden.
> 
> Checking the JavaScript log, I get this message:
> 
> JQMIGRATE: Migrate is installed, version 3.0.0
> 
> And inspecting the HTML I see a @hidden attribute in the body element:
> 
> <body hidden="" aria-busy="false" class="h-entry toc-sidebar"
> id="respecDocument">
> 
> If you remove attr @hidden the content shows up.
> 
> BTW, yesterday there was not this problem, so I guess it's JQMIGRATE
> causing troubles.
> 
> Andrea
> 
> ----
> Andrea Perego, Ph.D.
> Scientific / Technical Project Officer
> European Commission DG JRC
> Directorate B - Growth and Innovation
> Unit B6 - Digital Economy
> Via E. Fermi, 2749 - TP 262
> 21027 Ispra VA, Italy
> 
> https://ec.europa.eu/jrc/
> 
> ----
> The views expressed are purely those of the writer and may not in any
> circumstances be regarded as stating an official position of the European
> Commission.
> 
> 

Received on Wednesday, 1 March 2017 11:51:15 UTC