Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not display many HTML Forms properly #356

Open
SARTrack opened this issue Oct 20, 2024 · 3 comments
Open

Does not display many HTML Forms properly #356

SARTrack opened this issue Oct 20, 2024 · 3 comments

Comments

@SARTrack
Copy link

Hi.

I am the developer of the free software for Search and Rescue and Emergency Comms "SARTrack".

I only just found your htmlviewer because I need to display a special type of HTML forms which come in over email, and are part of the international Amateur Radio "Winlink" Email Over Radio system. So I have no control on how these HTML forms are put together.
But unfortunately they will not display properly (or at all) in the HTMLViewer. They DO display properly in Firefox.
And more, I can also still load them into my dinosaur html editor called "KompoZer", which I think pre-dates your own project by many years.
"KompoZer is an open source WYSIWYG HTML editor-based on the now-discontinued Nvu editor, which was based on the discontinued Mozilla Composer, which was based on the discontinued Netscape Composer." (Google)

I attach a typical file which does not display properly.
The question is: Is this badly written HTML code, which is rebuild by browsers like Firefox, or is the problem with HTMLViewer? And if so, any chance this could be fixed?
Hmm. Looks like I cannot attach the HTML file.
So it is here is a typical example: https://sartrack.nz/temp/email-DHIB10XKYVQUwinlink.org.html
Any feedback welcome!

Thanks,
Bart , info@sartrack.nz
https://sartrack.nz
New Zealand

@BerndGabriel
Copy link
Owner

Hi, looks bad. I'll see what I can do against it....

@SARTrack
Copy link
Author

SARTrack commented Oct 20, 2024 via email

BerndGabriel added a commit that referenced this issue Oct 20, 2024
- Hide objects (images and form controls) that are styled as "Display=none".
@BerndGabriel
Copy link
Owner

Good morning to New Zealand!

There is a fix in branch "master" that hides the display=none textarea/input controls.

To fix the table height issue, please remove the height property from the style of the 2nd table tag in line 379.

A minor table cell issue: table cells seem to skip vertical spaces at its top and bottom.

If there are more severe issues I haven't seen yet or if the table cell issue is important, please let me know.

Bernd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants