Does the internal PHP Eclipse browser usually have CSS issues?

I tested the internal PHP Eclipse browser.

I installed the internal browser in the Chrome web browser.

My steps:  Click "Windows"> "Web Browser"> "Chrome" (other options, of course, were the default, IE, FF)

However, viewing a web page in an external browser browser is differently displayed when viewed in the PHP Eclipse internal browser (installation in Chrome).

When comparing the internal PHP Eclipse browser with Chrome with the external Chrome browser:

  • Negative fields were shown in different ways.
  • Text line heights are displayed differently.

I thought the presentation would be the same in the internal and external browser.

I changed the internal PHP Eclipse browser to use IE and Fire Fox and the same problem occurred.

The presentation of web pages in the PHP Eclipse internal browser does not seem to change, despite the change in the web browser used.

Is this a common problem? And is there a fix?

+3
source share
1 answer

I prefer not to use the internal browser (in my case easyPhpEclipse), because it uses the default IE browser. Since eclipse is an open source IDE, you can look around inside the code to better understand the functions of the internal browser.

, -, , -, . .

!

+1

Source: https://habr.com/ru/post/1776898/


All Articles