Questions tagged [html-rendering]

HTML rendering is the process by which a web browser parses HTML and CSS and draws it on the user's screen.

373 questions
-1
votes
1 answer

bootstrap 5 rendering issue on mobile devices (parts of the layout freezing, clipping or hanging on the last layout)

it works fine on desktop but, this what happens on mobile what it looked like what it should look like this feels like it lacks more description but i think the visuals is just fine
DEEz
  • 99
  • 1
  • 1
  • 10
-1
votes
1 answer

HTML renderer for QTableView - what's happening to the font size?

This answer (updated by me from other answers there) to a question about how to render HTML in a QTableView certainly seems to produce a marked-up text look. But there's a problem with the font size. See this MCE: column 0 uses the standard paint…
mike rodent
  • 14,126
  • 11
  • 103
  • 157
-1
votes
2 answers

C# MVC save View as png

i have problem with png HTML renderer, i am trying to send png of View to email, but on email i get 0B .png PS: Ticket.pdf is ok using (MemoryStream ms = new MemoryStream()) { var pdf =…
Johny.M
  • 1
  • 3
-1
votes
1 answer

Can I programatically copy my html selection

I have a html document that after being parsed contains only formatted text.I was wondering if it is possible to get its text like I would do if I was mouse-selecting it + copy + paste in new Text Document? I know that this is possible in…
mathinvalidnik
  • 1,566
  • 10
  • 35
  • 57
-1
votes
1 answer

What Sequence should be for execution of javascript / jquery / CSS and other controls for HTML page rendering?

What should be best practices to fast loading of webpage. What are the important things for consideration?
IT_INFOhUb
  • 516
  • 8
  • 21
  • 40
-2
votes
1 answer

How to render an HTML on EditText in android

Hellos Mates, When I am trying to change the string to html and render the same on the EditText Control it is not working fine. Span does not recognize as an HTML Bold
Raghav Chopra
  • 527
  • 1
  • 10
  • 26
-2
votes
2 answers

Html tool like Qweb from Odoo

I've worked like a year with OpenERP now Odoo, and I found the QWeb tool really useful. But now that I'm leaving Odoo I would like to find a tool like QWeb. That is why I come here, to ask you experienced developers if you know a similar tool like…
ocespedes
  • 1,233
  • 4
  • 14
  • 27
-2
votes
1 answer

JSF rendering browser dependency

Is there a browser dependency for rendering JSF components? Using a chrome plugin and google chrome the JSF pages seemed to render a lot faster while compared to IE 6, is there any specific reason for this? I know html runs in web browser.. and jsf…
Siva VG
  • 45
  • 1
  • 9
-2
votes
3 answers

Interested in changing how Microsoft ASP.NET Controls render HTML tags

I'm using Microsoft .NET Framework Version 4.0 SP1Rel with Visual STudio 2010 Version 10 SP1Rel. The Web application that my team is developing uses tags like , , tags blah blah blah..... It's pretty…
crazyTech
  • 1,379
  • 3
  • 32
  • 67
-3
votes
2 answers

Can JavaScript render HTML code in a PowerPoint?

How can I render an HTML string in a PowerPoint document? const htmlString = "
  • Good
  • Bad
  • Medium
"; can be converted to this in a…
-3
votes
1 answer

JavaScript getElementsByTagName is not working

when i am loading a web page using the code window.location . I want to get the text inside the paragraph. when i using the below code i didn't get the answer. How to get the contents of web page when using window.location. The page loading is…
Fazil fazi
  • 439
  • 1
  • 4
  • 15
-3
votes
1 answer

Why Chrome render images by chunks

This is more a theorical question. I'm currently working on a web site where all the images takes a while to load and the browser renders them by chunks. My question is Why this happens ? This site has exactly the same behavior that i'm facing:…
mmarques
  • 625
  • 3
  • 9
  • 27
-3
votes
1 answer

what sets the rendering rate on a browser (e.g. firefox)

All browsers (by experiment) seem to render the html on the screen at about 20 Hertz (i.e. they refresh the screen about 20 times per second) - i.e. every 50 milliseconds. By researach/experiment and common observation human beings "decide things"…
Clive Williams
  • 103
  • 1
  • 8
1 2 3
24
25