6.2 Immediate leasing bug?

So this is a good problem to have but on Fornebu it appears that there is a bug in the leasing of used aircraft in that when I bid for a used aircraft I get it immediately, as opposed to the 60 minute auction window. I have recently added about 5 aircraft across my airlines and this happened for 4 of them.

It's fantastic being able to schedule immediately but I assume this is a bug?

If you click on immediate leasing, you get the aircraft immediately… but you pay a much higher leasing rate.

HAHAHAHAHAHA. Whoops. I can't even blame the new UI for that one.

Well, the immediate leasing icon is not placed very well, in my opinion. It should not be the last icon on the aircraft used market screen. And given its green color, it is very "tempting" (in a negative way) to click that "immediate lease".

You can BLAME the new UI... I just had it as well.. they brilliantly (and I'm ironic here) placed the immediate leasing button.  And indeed the colour.

You can BLAME the new UI... I just had it as well.. they brilliantly (and I'm ironic here) placed the immediate leasing button.  And indeed the colour.

The colors are the same - regular bid yellow, immediate bid - green. It used to be that way in old UI as well.

But the placement of regular bid icon is very unfortunate.

http://community.airlinesim.aero/topic/8054-ende-airlinesim-62-early-feedback-and-status/

It's going to be reviewed. Anyway, compared to other current topics, probably not the topic with the highest priority.

http://community.airlinesim.aero/topic/8054-ende-airlinesim-62-early-feedback-and-status/

It's going to be reviewed. Anyway, compared to other current topics, probably not the topic with the highest priority.

Well, I am not a website designer but I have had my fair share of performing basic website / html code adjustemnts

and I believe that this would just require a simple switch of order in html code

instead of

<html code lease regular/> <html code lease immediate/>

into

<html code lease immediate/> <html code lease regular/>

this would basically switch location of the two buttons

or in other words

changing this

<div class="btn-group">

<a class=“btn btn-warning dropdown-toggledata-toggle=“dropdownhref=“#”>

Place Bid

<span class=“caret”></span>

</a>

<ul class=“dropdown-menu”>

<li><div style=“width:230px;white-space:normal;”><span class=“bad”>Caution: A click on the payment option immediately places your bid!</span></div></li>

<li class=“divider”></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-bid-cash”>Cash</a></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-bid-credit”>Credit</a></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-bid-leasingOfficial”>Leasing (official)</a></li>

<li></li>

</ul>

</div>

<div class="btn-group">

<a class=“btn btn-success btn-mini dropdown-toggledata-toggle=“dropdownhref=“#”>

Immediate Purchase

<span class=“caret”></span>

</a>

<ul class=“dropdown-menu”>

<li><div style=“width:230px;white-space:normal;”><span class=“bad”>Caution: A click on the payment option immediately triggers a purchase!</span></div></li>

<li class=“divider”></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-immediate-cash”>Cash</a></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-immediate-credit”>Credit</a></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-immediate-leasing”>Leasing</a></li>

</ul>

</div>

into this

<div class="btn-group">

<a class=“btn btn-success btn-mini dropdown-toggledata-toggle=“dropdownhref=“#”>

Immediate Purchase

<span class=“caret”></span>

</a>

<ul class=“dropdown-menu”>

<li><div style=“width:230px;white-space:normal;”><span class=“bad”>Caution: A click on the payment option immediately triggers a purchase!</span></div></li>

<li class=“divider”></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-immediate-cash”>Cash</a></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-immediate-credit”>Credit</a></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-immediate-leasing”>Leasing</a></li>

</ul>

</div>

<div class="btn-group">

<a class=“btn btn-warning dropdown-toggledata-toggle=“dropdownhref=“#”>

Place Bid

<span class=“caret”></span>

</a>

<ul class=“dropdown-menu”>

<li><div style=“width:230px;white-space:normal;”><span class=“bad”>Caution: A click on the payment option immediately places your bid!</span></div></li>

<li class=“divider”></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-bid-cash”>Cash</a></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-bid-credit”>Credit</a></li>

<li><a href=“./market?5-3.ILinkListener-tab-panel-offers~container-offers-1-aircraftOfferPanel-bid-leasingOfficial”>Leasing (official)</a></li>

<li></li>

</ul>

</div>

 

Lol, you are kidding me, right? :-D

Sadly, I was not kidding at the time but then subsequently realised I was being an idiot and not reading what I was clicking.

Sadly, I was not kidding at the time but then subsequently realised I was being an idiot and not reading what I was clicking.

I was referring to rubiohiguey2000 who apparently sees the need to tell me how to switch the position of two buttons in HTML :)

I was referring to rubiohiguey2000 who apparently sees the need to tell me how to switch the position of two buttons in HTML :)

You got it wrong, I was not telling you, I was telling F.H.

Oh, than thanks for that. I actually was assuming, that martin would have to go to the next DIY store to get some new HTML paint.

Maybe it's me being too sensitive or maybe too sleepy at 6.45 in the morning still waiting for the water for coffee to boil,

but I guess I get this kind of comments as a special reward for my intentions to help, find issues, and propose solutions.

The way how I am, is when I find or point out a problem, I offer a solution or propose a way to look for one. In my opinion it does not play out well with people if one just finds problems, and keeps finding them, he comes out as a complainer. Offering suggestions, removes such possible negative perception.

You know from the closed forum that I have always tried to offer at least "theoretic solutions" and my tinypic account is full of screenshots used for that purpose.

All I get for the effort are sarcastic remarks. Maybe I should take a vacation from 6.2 bugs and issues.

Anyway, water's done, coffee is waiting, off I go to take my princess to school.

Will send you a PM later on. Not meant to be that way. Sorry, if I wasn't clear enough and/or you got it the wrong way.

If you were addressing FlyHigher, pretend I didn't say anything. And just to make that clear: As exhausting as you detailed and frequent reports might be to me, I greatly appreciate them and I try to address as many of them as possible as fast as possible. Keep them coming.