473,725 Members | 1,980 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

iCab + KHTML test request

I'm wondering if any current browser is able to display this demo
correctly:

http://homepage.ntlworld.ie/spartani...rders/demo.htm

It doesn't work in current Windows browsers, anyone able to test with a
recent iCab or a KHTML based browser?

--
Spartanicus
Dec 8 '05 #1
8 1506
Spartanicus <in*****@invali d.invalid> writes:
I'm wondering if any current browser is able to display this demo
correctly:

http://homepage.ntlworld.ie/spartani...rders/demo.htm

It doesn't work in current Windows browsers, anyone able to test with a
recent iCab or a KHTML based browser?


Konqueror doesn't (left border its own width too far right, white gap
between text and image at top and right but not at bottom and left)

--
Chris
Dec 8 '05 #2
Chris Morris <c.********@dur ham.ac.uk> wrote:
(left border its own width too far right,


Don't know how it looks in Konqueror but the left border must be
placed to the right. This is caused by a bug in the CSS code of
this demo (if I've understood the CSS speicification correctly).

The problem is that the left border is realized as background
image that is visible in the left padding area of the P element.
The other borders are absolutely positioned boxed that are
defined as childs of the P element and moved 16px to the left
(left: -16px). The idea is to compensate the 16px padding
of the P element. But according to the CSS specification the
property "left" is measured relative to the "padding edge" of the
containing box (if this is based on a block element, which is
the case here) and not relative to the content edge. So it is
not needed to compensate the left padding area of the P
element. This is why this gap must be shown here.

--
Alexander
Dec 8 '05 #3
Spartanicus <in*****@invali d.invalid> wrote:
I'm wondering if any current browser is able to display this demo
correctly:
I think no browser is able to display this demo "correctly" (that means
as it is meant to be displayed) because there're logical errors in the
CSS code. See my other comment in this thread.

Let me know if I'm wrong and I've misunderstood the CSS specification
and your CSS code is really correct.
It doesn't work in current Windows browsers, anyone able to test with a
recent iCab or a KHTML based browser?


iCab 3.0 ß378 would be able to display the demo correctly, if the
errors in the demo will be fixed. I've just fixed a small error in iCab
which revealed itself in this demo.

--
Alexander
Dec 8 '05 #4
ac*****@hrzpub. tu-darmstadt.de (Alexander Clauss) wrote:
I'm wondering if any current browser is able to display this demo
correctly:
I think no browser is able to display this demo "correctly" (that means
as it is meant to be displayed) because there're logical errors in the
CSS code. See my other comment in this thread.


You're right, my bad.
iCab 3.0 ß378 would be able to display the demo correctly, if the
errors in the demo will be fixed. I've just fixed a small error in iCab
which revealed itself in this demo.


After correcting the code it now also displays as intended in Konqueror.

--
Spartanicus
Dec 8 '05 #5
In article
<ni************ *************** *****@news.spar tanicus.utvinte rnet.ie>,
Spartanicus <in*****@invali d.invalid> wrote:
http://homepage.ntlworld.ie/spartani...rders/demo.htm


Nice one Spartanicus. Thank you for sharing your experiment.

From Macintosh OS X, left border only in Firefox (I'd imagine that is
the same as on windows).

Top, left and right OK in Opera. Text overflow on right, no border (but
all four corners are there). The entire box is narrower. I can't see
any place in which I have expanded my type size to cause that.

Looks very nice in Safari, as you doubtless expected. Very impressive.

--
http://www.ericlindsay.com
Dec 9 '05 #6
Spartanicus <in*****@invali d.invalid> wrote:
After correcting the code it now also displays as intended in Konqueror.


Here's a screenshot of how it looks in iCab 3.0 ß378 under MacOSX:

<http://www.clauss-net.de/decoborder.jpg>

--
Alexander
Dec 9 '05 #7
ac*****@hrzpub. tu-darmstadt.de (Alexander Clauss) wrote:
After correcting the code it now also displays as intended in Konqueror.


Here's a screenshot of how it looks in iCab 3.0 ß378 under MacOSX:

<http://www.clauss-net.de/decoborder.jpg>


Thanks Alexander, may I use that screencap on the page to demonstrate
how it should be rendered?

--
Spartanicus
Dec 9 '05 #8
Spartanicus <in*****@invali d.invalid> wrote:
Thanks Alexander, may I use that screencap on the page to demonstrate
how it should be rendered?


Yes, you can use it on your page.

--
Alexander
Dec 9 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1962
by: Felipe Gasper | last post by:
Hello, Does anyone know if KHTML/Safari just doesn't support code such as: ---------- HTMLInputElement.prototype.toggle = function(enabled) { //some really spiffy code } ----------
2
1978
by: Shabam | last post by:
I'm getting the following 2 errors randomly when doing a load test on a web application's search engine. As far as I know, there isn't writing to the DB involved when doing searches, so I'm at a loss of why this occurs under load. I'm not the programmer, but this doesn't seem right. Can someone help me figure out what is causing this, and what should be done to solve it? ERROR 1: Server Error in '/' Application.
0
1499
by: Håvard Axelsson | last post by:
I was looking on Google for "KHTML for Windows" and I found one project at Sourceforge, I think it's very interesting, I read through the messages posted on the forum of the project, and found out that the project looks in stand by. I'd like to contribute in the creation of a KHTML-based browser for Win32. I am already involved in open-source projects. I have almost finished an Internet Suite in PHP. I also created OS Resources...
0
1253
by: Sri. | last post by:
Hi I am trying to figure out how to test whether my browser cookies are enabled. I used the code from the following page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchaspnetcookies101.as Basically, it tells me to create a cookie and test the cookie from another page. However, in IE 6.0, if I set my privacy setting to a High level so as to block all cookies, the code always returns that the...
2
1746
by: MattB | last post by:
I'm trying to implement this MS "best practice" to test for canonicalization issues in my web application. I went to http://support.microsoft.com/?kbid=887459 and pasted their code into my Application_Start event in Global.asax: If (Request.Path.IndexOf(Chr(92)) >= 0 Or _ System.IO.Path.GetFullPath(Request.PhysicalPath) <> Request.PhysicalPath) Then Throw New HttpException(404, "Not Found") End If
3
2409
by: Alexis | last post by:
Hello, I have developted a webservice application. The application has a few webservices each webservice with their own webmethods of course. I want to measure the performance of my site. I look at the Application Center Test of Visual Studio Enterprice edition, but can not make it to work with the web services. I can't figure out how to call the web services from an ACT test. It seems it only can work with aspx pages not web services asmx...
0
1069
by: Sylvain Chevillard | last post by:
Hi. I have discovered something I think to be a bug in KHTML but I'm not perfectly sure. Moreover I didn't test it with the last development version of Konqueror (I'm using 3.5.3). Is there anybody who can test it and say to me his opinion about it ? Thanks. Here is the bug. Let's consider the following code :
0
1078
by: Raghunandan24 | last post by:
Hi, Does anyone know how to write cactus test cases to test this servlet. public class HelloServlet extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("text/html");
10
1786
by: dorayme | last post by:
iCab is odd man out to the extent that even MacIE 5 gets <http://tinyurl.com/4g7qmllike for most modern browsers. -- dorayme
0
8752
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9401
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8096
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6011
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4517
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4782
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3221
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2634
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2157
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.