Issue Details (XML | Word | Printable)

Key: FLM-248
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Piotr Minkina
Reporter: Borys Musielak
Votes: 0
Watchers: 0
Operations

Clone this issue
Create sub-task
If you were logged in you would be able to see more operations.
Filmaster

More CSS issues in reviews

Created: 20/Dec/09 12:15 PM   Updated: 17/Jan/10 09:27 PM
Component/s: Design
Affects Version/s: 1.0
Fix Version/s: 1.0


 Description  « Hide
Take a look at this review: http://michuk.filmaster.pl/notka/recenzja-avatar/
Some issues here:
- no break between above "Cameron nie stworzył dzieła idealnego." (this is a new paragraph)
- too large breaks between the headlines (h2) and images and the rest of content

Possibly HTML is also screwed up here - I can see some paragraphs being closed twice. But fixing CSS is faster for the time being. Fixing the HTML rendered is deeper inside the code, so if an easy CSS fix is possible, it should be implemented.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Piotr Minkina added a comment - 20/Dec/09 02:12 PM
Odnośnie punktu pierwszego, brak przerwy spowodowany jest tym, że... jest błąd w HTMLu :P. Wygląda to tak:

<p><h2></h2><br /><em></em></p>

Zgodnie ze specyfikacją, w akapicie nie może absolutnie znaleźć się ani jeden inny element blokowy, a takim jest właśnie <h2 />. Usuwając <br /> aby (dodatkowo) pozbyć się zbędnej, nadmiarowej przerwy powinno to wyglądać tak:

<h2></h2><p><em></em></p>

Odnośnie (punktu drugiego) przerw pod nagłówkami <h2 /> i <img /> trzeba usunąć znacznik <br /> z HTMLa.

Zauwazyłem jednak, że zdjęcia na tej strone są jakieś takie uszkodzone. Zapisz sobie jedno z nich na dysku i spróbuj otworzyć choćby w GIMPie, a ten wywali ci stosowny komunikat. Ty dodatkowo porównaj sobie dolną część obrazka wyświetloną przez przeglądarkę i przetworzoną przez GIMPa.

Borys Musielak added a comment - 21/Dec/09 01:59 AM
Poprawiłem co mogłem. BTW: English please! We're an international portal. Bugs are read by other people, not just the Polish.

Fixed code here: http://michuk.filmaster.pl/notka/recenzja-avatar/

(added a special template tag smartlinebreaks in commit: http://bitbucket.org/filmaster/filmaster-test/changeset/1c90794c377e/ to allow breaking lines except those with h2 inside)

Borys Musielak added a comment - 17/Jan/10 09:22 PM
Reopened to move to 1.0 version.