Feed on
Posts

New Images Destruction Test – Step By Step

My results in 1 Steps

Left Photo

  • Browser Preview shows how it looks on iPhone6 Screen, IrfanView, Win10 files Explorer Preview, nearby all my image viewers. Gimp Asks "Show turne or original orientation?". rotation view like in FP in Libreoffice Draw,
  • In FP Gallery Preview it is shown wrongly rotated 90° clockwise
  • Image View: orientation is shown correct, but the Protrait Photo is shown Landscape, with and height interchanged

GalleryShowingImagesWithMetadata

.

Here we have a gallery

With leg Photos uploaded with metadata

After I changed FP Protection Preferences



Now again Photos single view instead of Gallery

260307_7892i6_Stadtputz-Beene-2rot_mMD.jpg
260307_7892i6_Stadtputz-Beene_mMD.jpg


In both cases:

  • Gallery
  • Separate Images

now for photos with uploaded Metadata orientation in preview is different to orientation in only Photo view:

STR:

  1. Look at the photos
  2. Decide which one you want to test
  3. Click on it

» Expected: Photo view has same orientation like in preview on Posting
» Actual: Different orientations

This result differs from the result in Posting with Photos without Metadata

Gallery showing photos with Orientatino like Gimp

260307_7892i6__Stadtputz-Beene-2rot.jpg

260307_7892i6_Stadtputz-Beene-2rot.jpg

260307_7892i6__Stadtputz-Beene.jpg

260307_7892i6_Stadtputz-Beene.jpg

Gallery:

Here single Photo view and also Gallery Preview and also Photo view in Gallery follow the same logic: "If height bigger than iwdth let's show it 'Portrait'"

Test for code view in Postings

Markdwon Tests: Code snippets should be shown character by character

Example: Unbreakable Space

Some lines with various code view tests

Example: Unbreakable Space

Here a line with second character group in Markdown Code Syntax
aaaaaaaa bbbbbbbbbbbb ccccccccccc

Here a line with second character group in Markdown Code Syntax
aaaaaaaa   ccccccccccc

And Multilinecode

       

All works fine

Now the same in BBC Code

Code due to this manual "Creating code"

Example:

<!DOCTYPE html>
<html>
<body>
<h1>My first PHP page</h1>
<?php
echo “Hello World!”
?>
</body>
</html> 

There are no mistakes:

Now an own example: Unbreakable Space between Characters

a&nbsp;b&nbsp;c&nbsp;

That's wrong
Should be shown as string "a&​nbsp;b&​nbsp;c"

Also affects other encodings?

¡

&iexcl;
should have been shown as "&​iexcl;"
Encoding for other examples see here
¢ &cent;
&cent;

¥ &shy;
&shy;

® &reg;
&reg;

Δ &Delta;
&Delta;

All wrong
Instead of code the encoded characters are shown
Only works with Markdown, but not with BBC