Bug 14456 - Cannot login to site due to missing input fields
Summary: Cannot login to site due to missing input fields
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: https://www.particulares.santandertot...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2007-06-29 00:23 PDT by António Nunes
Modified: 2022-08-13 19:20 PDT (History)
8 users (show)

See Also:


Attachments
Archive with two screenshots. One from FireFox, that displays correctly, and one from Safari not displaying essential objects. (406.99 KB, application/zip)
2007-06-29 00:26 PDT, António Nunes
no flags Details
Reduction (537 bytes, text/html)
2007-06-29 01:21 PDT, mitz
no flags Details
Safari 15.6 differs from other browsers slightly (1.03 MB, image/png)
2022-08-13 09:40 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description António Nunes 2007-06-29 00:23:00 PDT
Under the above link, the main 'frame' when loaded should show 2 login fieldsand info text (under "Login NetBanco Particulares"). One field flashes for a moment during loading, but then immediately disappears. No way to login to the site then. This is a long-standing bug on this site. (i.e. it already happened in previous versions of Safari).
Comment 1 António Nunes 2007-06-29 00:26:45 PDT
Created attachment 15309 [details]
Archive with two screenshots. One from FireFox, that displays correctly, and one from Safari not displaying essential objects.
Comment 2 mitz 2007-06-29 01:21:57 PDT
Created attachment 15310 [details]
Reduction

Firefox says that the <html>'s offsetHeight includes the float, but WebKit doesn't include it.
Comment 3 Ahmad Saleem 2022-08-13 09:40:02 PDT
Created attachment 461580 [details]
Safari 15.6 differs from other browsers slightly

*** Safari 15.6 on macOS 12.5 ***

<body> offsetHeight is 36.
<html> offsetHeight is 244.

*** Firefox Nightly 105 ***

<body> offsetHeight is 38.
<html> offsetHeight is 246. 

*** Chrome Canary 106 ***

<body> offsetHeight is 37.
<html> offsetHeight is 245.


__________

I am not sure whether it is fixed or not but just wanted to share updated results based on attached test case and refer to screenshot for any rendering of output. Thanks!
Comment 4 Ryosuke Niwa 2022-08-13 19:20:00 PDT
All browsers match -> config changed.